偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Github標星115K,這個文件傳輸神器別告訴我你還不知道

開發(fā) 前端
今天,猿妹要和大家分享一個簡單,方便,快捷的命令行文件分享服務——Transfer.sh,最關鍵的是它支持加密傳輸數(shù)據(jù),最多允許你上傳10GB,上傳和下載的速度很快,上傳后的文件支持URL共享,支持ZIP或Tar壓縮格式。

今天,猿妹要和大家分享一個簡單,方便,快捷的命令行文件分享服務——Transfer.sh,最關鍵的是它支持加密傳輸數(shù)據(jù),最多允許你上傳10GB,上傳和下載的速度很快,上傳后的文件支持URL共享,支持ZIP或Tar壓縮格式。

Transfer.sh 旨在與Linux shell一起使用目前支持 s3(Amazon S3)、gdrive(Google Drive)、storj(Storj)提供者和本地文件系統(tǒng)(local)。

目前,Transfer.sh已經在Github上標星11.7K,累計分支1.2K(Github地址:https://github.com/dutchcoders/transfer.sh)

下面還是一起來看看使用方法吧:

上傳:

  1. $ curl --upload-file ./hello.txt https://transfer.sh/hello.txt 

加密上傳:

  1. $ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt 

下載和解密:

  1. $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt 

上傳到virustotal:

  1. $ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal 

刪除

  1. $ curl -X DELETE  

設置最大下載量

  1. $ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Downloads: 1" # Limit the number of downloads 

設置最大天數(shù)

  1. $ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -H "Max-Days: 1" # Set the number of days before deletion 

 

責任編輯:未麗燕 來源: 開源最前線
相關推薦

2020-08-20 14:50:43

谷歌工具開發(fā)者

2019-12-24 09:49:02

微軟英語瀏覽器

2020-06-16 11:09:13

程序員技能開發(fā)者

2021-07-21 16:13:54

GitHub 技術開源

2016-07-22 17:55:07

云計算

2022-01-24 16:42:48

bpftraceLinux工具

2022-05-05 12:02:45

SCSS函數(shù)開發(fā)

2018-09-02 15:43:56

Python代碼編程語言

2022-07-17 06:53:24

微服務架構

2020-12-14 07:51:16

JS 技巧虛值

2021-10-22 09:41:26

橋接模式設計

2018-05-10 11:50:13

Docker容器冷知識

2021-08-30 07:49:33

索引ICP Mysql

2020-05-29 15:36:38

開源神器 工具

2023-01-02 10:08:42

StampedLocAQS框架

2018-07-10 11:33:58

計算器iPhone刪除

2015-07-13 08:49:54

2021-03-18 14:02:56

iOS蘋果細節(jié)

2020-10-28 08:06:09

Vue3框架數(shù)據(jù)

2024-03-07 07:58:26

Web開發(fā)響應媒體查詢工具
點贊
收藏

51CTO技術棧公眾號