transfersh-cli

Client to upload files to the transfer.sh service


Keywords
transfer, upload, client, python, transfersh
License
MIT
Install
pip install transfersh-cli==1.2.1

Documentation

transfersh-cli

Demo

Install

pip3 install transfersh-cli

Use

transfersh [file]

Example

transfersh photos.zip

Output

Uploading file
Download from here: https://transfer.sh/uDRFQ/upload_file
It has also been copied to the clipboard!

In addition, the route will be saved in your clipboard. Ready to paste it where you want 😉

Options

Maximum number of days to keep file

-a or --max-days.

transfersh --max-days [number] [file]

Example

transfersh --max-days 7 photos.zip

Maximum number of times that file can be downloaded

-d or --max-downloads.

transfersh --max-downloads [number] [file]

Example

transfersh --max-downloads 2 photos.zip