那些你可能不知道的文件分享工具
给朋友分享文件,一般直接用QQ发给对方,当然微信也可以,但微信的文件经常被清理,不建议用微信发文件。QQ还要加好友有点麻烦,这里分享一些方便分享文件的网站/工具。
百度网盘
百度网盘可能是最常用的文件分享网站,几年前大批网盘倒下,如今只剩下百度网盘,可谓百度的良心产品。
我的网盘用了很多年了,容量有3000多G,足够用了。
百度网盘分享小文件还好,如果几百MB,上G的文件,下载就比较蛋疼了,因为会限速,我之前分享过个快速下载网盘文件的网站。那些你可能不知道的百度文库/网盘快速下载工具
火狐send
这是火狐浏览器开发的一个产品https://send.firefox.com/
一个简单、私密的文件分享服务,使用Firefox Send端到端加密分享文件,链接到期就失效(默认24小时)。
不登录只能上传1G内的文件,登录后可以到2.5G,比如我上传一个周杰伦的视频文件,24小时过期,相比百度网盘上传下载功能完全不限速。
另外还提供了 ffsend 这个命令行工具,支持在命令行中直接上传或下载 Send 文件 https://github.com/timvisee/ffsend
奶牛快传
奶牛快传支持 4GB 大小的文件,可以同时上传多个文件,无需注册,无广告,还能设置分享链接密码,免费用户可以保存71小时。https://cowtransfer.com/
tmp.link
无限大的中转空间,无需注册,立即使用 http://tmp.link/,上传下载速度快,单文件最大支持 5G 文件上传,默认有效期 3 天,文件在有效期内可下载,当分享的文件在有效期内有人下载时,自动刷新有效期,有效期结束后失效。
比如我分享的这个文件【爱情公寓】帅不过3秒的曾小贤
http://tmp.link/f/5d42fbddb303c
transfer
一个命令行分享文件工具 https://transfer.sh/ https://github.com/dutchcoders/transfer.sh,当然这个对普通人有点难度。
curl --upload-file ./hello.txt https://transfer.sh/hello.txt
curl --upload-file ./code.png https://transfer.sh/code.png
https://transfer.sh/FbX5Z/code.png
限制下载
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Downloads: 1" # Limit the number of downloads
# Upload using cURL
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt https://transfer.sh/66nb8/hello.txt
# Using the alias
$ transfer hello.txt
##################################################### 100.0% https://transfer.sh/eibhM/hello.txt
$ curl -H "Max-Downloads: 1" -H "Max-Days: 5" --upload-file ./hello.txt https://transfer.sh/hello.txt
推荐阅读: