自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Github標(biāo)星115K,這個(gè)文件傳輸神器別告訴我你還不知道

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

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

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

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

下面還是一起來(lái)看看使用方法吧:

上傳:

  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  

設(shè)置最大下載量

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

設(shè)置最大天數(shù)

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

 

責(zé)任編輯:未麗燕 來(lái)源: 開(kāi)源最前線(xiàn)
相關(guān)推薦

2020-08-20 14:50:43

谷歌工具開(kāi)發(fā)者

2020-06-16 11:09:13

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

2021-07-21 16:13:54

GitHub 技術(shù)開(kāi)源

2019-12-24 09:49:02

微軟英語(yǔ)瀏覽器

2016-07-22 17:55:07

云計(jì)算

2022-01-24 16:42:48

bpftraceLinux工具

2018-09-02 15:43:56

Python代碼編程語(yǔ)言

2020-12-14 07:51:16

JS 技巧虛值

2022-07-17 06:53:24

微服務(wù)架構(gòu)

2022-05-05 12:02:45

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

2021-10-22 09:41:26

橋接模式設(shè)計(jì)

2021-09-10 13:40:10

GitHub命令行Linux

2018-05-10 11:50:13

Docker容器冷知識(shí)

2021-08-30 07:49:33

索引ICP Mysql

2020-05-29 15:36:38

開(kāi)源神器 工具

2015-07-13 08:49:54

2020-10-28 08:06:09

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

2021-03-18 14:02:56

iOS蘋(píng)果細(xì)節(jié)

2024-03-07 07:58:26

Web開(kāi)發(fā)響應(yīng)媒體查詢(xún)工具

2024-01-09 07:39:20

maven特性版本
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)