Skip to main content

Transfer.sh command line program, Now file sharing from the command line.

Project description

banner

Publish to PyPI ver lang status ver Downloads

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

Project details


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 hashes)

Uploaded Source

Built Distribution

transfer.sh-2.0.1-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page