LinuxCommandLibrary

ffsend

easily and securely share files from the command line

TLDR

Upload a file

$ ffsend upload [path/to/file]
copy


Download a file
$ ffsend download [url]
copy


Upload a file with password
$ ffsend upload [path/to/file] -p [password]
copy


Download a file protected by password
$ ffsend download [path/to/file] -p [password]
copy


Upload a file and allow 4 downloads
$ ffsend upload [path/to/file] -d [4]
copy

Copied to clipboard