Options (5)
-p, --progressbooleanUpload a file showing a progress bar (requires Python package `requests_toolbelt`)
Example:
transfersh {{[-p|--progress]}} {{path/to/file}}-n, --namebooleanUpload a file using a different file name
Example:
transfersh {{[-n|--name]}} {{filename}} {{path/to/file}}--servernamebooleanUpload a file to a custom transfer.sh server
Example:
transfersh {{[-sn|--servername]}} {{upload.server.name}} {{path/to/file}}-r, --recursivebooleanUpload all files from a directory recursively
Example:
transfersh {{[-r|--recursive]}} {{path/to/directory}}/booleanUpload a specific directory as an uncompressed tar
Example:
transfersh {{[-rt|--recursive --tar]}} {{path/to/directory}}Examples (6)
Upload a file to transfer.sh
transfersh path/to/fileUpload a file showing a progress bar (requires Python package `requests_toolbelt`)
transfersh [-p|--progress] path/to/fileUpload a file using a different file name
transfersh [-n|--name] filename path/to/fileUpload a file to a custom transfer.sh server
transfersh [-sn|--servername] upload.server.name path/to/fileUpload all files from a directory recursively
transfersh [-r|--recursive] path/to/directory/Upload a specific directory as an uncompressed tar
transfersh [-rt|--recursive --tar] path/to/directorymade by @shridhargupta | data from tldr-pages