Linux command
ffsend 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Upload file
ffsend upload [file.zip]
Upload with password
ffsend upload -p [password] [file.zip]
Set download limit
ffsend upload -d [5] [file.zip]
Download file
ffsend download [url]
Delete uploaded file
ffsend delete [url]
说明
ffsend is a command-line client for Firefox Send, enabling secure file sharing through encrypted uploads. Files are end-to-end encrypted before upload and can be password protected. The tool generates shareable links that expire after a set number of downloads or time period. Encryption happens client-side, ensuring the server never has access to unencrypted content. ffsend works with official and self-hosted Send instances for private file sharing.
参数
- upload _FILE_
- Upload file and get share link.
- download _URL_
- Download from share link.
- delete _URL_
- Delete uploaded file.
- -p _PASSWORD_, --password _PASSWORD_
- Protect with password.
- -d _N_, --downloads _N_
- Maximum download count.
- -e _TIME_, --expiry _TIME_
- Expiry time (e.g., 1h, 7d).
- --help
- Display help information.
FAQ
What is the ffsend command used for?
ffsend is a command-line client for Firefox Send, enabling secure file sharing through encrypted uploads. Files are end-to-end encrypted before upload and can be password protected. The tool generates shareable links that expire after a set number of downloads or time period. Encryption happens client-side, ensuring the server never has access to unencrypted content. ffsend works with official and self-hosted Send instances for private file sharing.
How do I run a basic ffsend example?
Run `ffsend upload [file.zip]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does upload _FILE_ do in ffsend?
Upload file and get share link.