ffsend终端火狐私密分享服务

firefox send火狐的临时分享服务,https://send.firefox.com/

ffsend是终端里的firefox send,临时分享还是很方便的。GitHub: https://github.com/timvisee/ffsend

1、Linux[只支持x64位],mac,termux,Windows都可用安装:

# 安卓termux安装
pkg install ffsend

#linux
# 下载
wget -O ffsend https://github.com/timvisee/ffsend/releases/download/v0.2.58/ffsend-v0.2.58-linux-x64

# 改权限
chmod a+x ffsend

# 移动到软件目录
sudo mv ./ffsend /usr/local/bin/

2、简单使用

# 上传
ffsend upload my-file.txt

# 设置时间限制,下载次数限制,分享链接带密码,压缩上传
ffsend upload --downloads 1 --expiry-time 5m --password --archive my-file.txt

# 修改分享链接密码
ffsend password https://send.firefox.com/#sample-share-url

# 查看分享链接信息
ffsend info https://send.firefox.com/#sample-share-url

# 查看分享历史
ffsend history

# 删除分享链接
ffsend delete https://send.firefox.com/#sample-share-url

留言

* - 必填