把几个文件传输服务放在一起做成的 cli,可以更方便地在没有浏览器的环境下使用他们。目前支持的服务有奶牛快传(cowtransfer), 文叔叔, Airportal, CatBox, GoFile, tmplink(需要 token), WeTransfer 等,也支持上传图片到各种奇怪的图床。
https://github.com/Mikubill/transfer
# install
curl -L https://git.io/file-transfer | sh
# upload
./transfer <your-file>
./transfer wss <your-file>
# download
./transfer <your-link>
# encrypt and upload
./transfer cow --encrypt <your-file>
# download and decrypt
./transfer --encrypt --encrypt-key=xxx <your-link>
# upload image
./transfer image <your-image>
./transfer image -b baidu <your-image>
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.