介绍 :Transfer.sh
是一个可以让我们将Windows/Linux
系统里的文件快速分享出去的平台,特别是Linux VPS
,只需要一条命令就可以将文件快速分享出去,很方便,而且上传文件最大可达10GB
,有效期14天
。
截图
使用
官方网站
1、Windows系统
Windows
系统直接进入官网,点击click to browse
就可以上传文件,之后会给我们一个文件分享链接
2、Linux VPS
服务器
在你的文件所在路径使用命令:
curl --upload-file 文件 https://transfer.sh/文件名
#如
curl --upload-file /root/hello.txt https://transfer.sh/hello.txt
然后会输出一个分享文件的下载链接。更多命令参考:[][4]
[1]: https://jscdn.cachefly.net/web/wxiou/20200627170358.png [2]: https://transfer.sh/ [3]: https://jscdn.cachefly.net/web/wxiou/20200627170547.png [4]: https://github.com/dutchcoders/transfer.sh/