ffsend
FFSend is a command line tool and a web application that allows users to easily and securely share files and directories over the internet. It is written in Rust and is cross-platform, supporting major operating systems such as Windows, macOS, and Linux.
FFSend provides a simple and intuitive interface to upload files and share them with others. It aims to prioritize privacy and security by using end-to-end encryption. This ensures that only the intended recipient can access the shared files, as they are the only ones with the encryption key.
Users can upload files through the command line by specifying the path of the file or directory. Upon successful upload, FFSend generates a unique URL that can be shared with others. Recipients can access the shared files by visiting the URL and providing the necessary decryption key, if applicable.
FFSend also provides additional features such as setting a password for more secure file sharing, controlling the number of downloads, setting an expiration date for the shared files, and managing uploaded files with options for listing, deleting, or generating new URLs.
Overall, FFSend is a powerful and secure command line tool that simplifies the process of securely sharing files and directories over the internet while giving users control over access and privacy.
List of commands for ffsend:
-
ffsend:tldr:29eb9 ffsend: Upload a file with password.$ ffsend upload ${filename} -p ${password}try on your machineexplain this command
-
ffsend:tldr:30aff ffsend: Upload a file and allow 4 downloads.$ ffsend upload ${filename} -d ${4}try on your machineexplain this command
-
ffsend:tldr:56774 ffsend: Download a file protected by password.$ ffsend download ${filename} -p ${password}try on your machineexplain this command
-
ffsend:tldr:71b82 ffsend: Download a file.$ ffsend download ${url}try on your machineexplain this command
-
ffsend:tldr:a5976 ffsend: Upload a file.$ ffsend upload ${filename}try on your machineexplain this command