Github标星115K,这个文件传输神器别告诉我你还不知道
Posted 机器学习算法与Python学习-公众号
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Github标星115K,这个文件传输神器别告诉我你还不知道相关的知识,希望对你有一定的参考价值。
点击 机器学习算法与Python学习 ,选择加星标
精彩内容不迷路
开源最前线(ID:OpenSourceTop) 整编
综合自:https://github.com/dutchcoders/transfer.sh
今天,和大家分享一个简单,方便,快捷的命令行文件分享服务——Transfer.sh,最关键的是它支持加密传输数据,最多允许你上传10GB,上传和下载的速度很快,上传后的文件支持URL共享,支持ZIP或Tar压缩格式。
Transfer.sh 旨在与Linux shell一起使用目前支持 s3(Amazon S3)、gdrive(Google Drive)、storj(Storj)提供者和本地文件系统(local)。
目前,Transfer.sh已经在Github上标星11.7K,累计分支1.2K(Github地址:https://github.com/dutchcoders/transfer.sh)
下面还是一起来看看使用方法吧:
上传:
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
加密上传:
$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
下载和解密:
$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
上传到virustotal:
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
删除
$ curl -X DELETE <X-Url-Delete Response Header URL>
设置最大下载量
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Downloads: 1" # Limit the number of downloads
设置最大天数
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Days: 1" # Set the number of days before deletion
觉得不错,请点个在看呀
以上是关于Github标星115K,这个文件传输神器别告诉我你还不知道的主要内容,如果未能解决你的问题,请参考以下文章
推荐一个标星115K的GitHub开源项目,拿下算法不是问题
GitHub标星115K超全Java进阶教程,怒肝三天吐血整理成PDF版
(GitHub标星115k,下载量100万)2021年版 最新内卷面试真题解析
惊了!不愧是GitHub上标星115K的Java教程,全程干货,无尿点