[transfer.sh]传输文件

sh
阅读 47 收藏 0 点赞 0 评论 0

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

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

# Download & decrypt:
curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt

#more https://github.com/dutchcoders/transfer.sh/
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号