ucp
ucp
自述文件 | 中文文檔
使用UDP底層協定的檔案複製工具。它擅長長距離傳輸檔案。暫時只提供從獨立IP的機器下載檔案的功能。未來將提供雙向傳輸、資料夾同步等功能
請從發布頁面下載可執行文件
firewall-cmd --zone=public --add-port=56789/udp
firewall-cmd --reload
./ucp -s
./ucp -cp "22.22.22.22:56789 /home/test.tar ./test.tar"
關於-speed :建議兩端之間設定為較低的頻寬下載速度,以獲得更穩定高速的傳輸,後續會優化
Usage of transfer:
-cp string
format: "remoteIP:port filePath savePath"
example: "22.22.22.22:56789 /home/test.zip ./test.zip"
-h help for ucp
-help
help for ucp
-s run in server
-saddr string
file sender listen to binding address (default "0.0.0.0:56789")
-speed uint
It is recommended to fill in the minimum bandwidth download / upload speed at both ends
unit: KB/s
(default 1024)