transfer.sh
Transfer.sh command line program, Now file sharing from the command line.
Installation
One command installation
With Python
run commands on terminal.
$ pip install -U transfer.sh
Have multipls versions of python?
$ python3.x -m pip install -U transfer.sh
Linux
AMD64
$ curl --silent "https://api.github.com/repos/MayankFawkes/transfer.sh/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | { tag=($(< /dev/stdin)); sudo curl -L "https://github.com/MayankFawkes/transfer.sh/releases/download/$tag/transfer-linux-amd64" -o /usr/local/bin/transfer; sudo chmod +x /usr/local/bin/transfer;}
i386
$ curl --silent "https://api.github.com/repos/MayankFawkes/transfer.sh/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | { tag=($(< /dev/stdin)); sudo curl -L "https://github.com/MayankFawkes/transfer.sh/releases/download/$tag/transfer-linux-i386" -o /usr/local/bin/transfer; sudo chmod +x /usr/local/bin/transfer;}
CLI
Command line help
Upload file
$ transfer upload file.txt
Remove file
$ transfer remove <uploaded file hash>
List uploaded files
$ transfer list --show
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
transfer.sh-2.0.1.tar.gz
(9.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file transfer.sh-2.0.1.tar.gz.
File metadata
- Download URL: transfer.sh-2.0.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c78815f3c5b4557c4ced3425e6f9dc945fdf034fa966c76ed09078bcfb30a83
|
|
| MD5 |
716e1edc042a63426f93c40537135ab9
|
|
| BLAKE2b-256 |
3db093fe881433a42fc27e53b510eed00a93eaf904f51ec5c74cc28c93d8bf66
|
File details
Details for the file transfer.sh-2.0.1-py3-none-any.whl.
File metadata
- Download URL: transfer.sh-2.0.1-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
576879953c58fe353a70f8837e72990f4bd9dc176b6c4972d7fc10a234282674
|
|
| MD5 |
802b82ffb76a30895ac179de0f67b8b7
|
|
| BLAKE2b-256 |
4fcc03b47b448d13c3b905e3fc2fae3418951610983c17b3a016962ea5033f12
|