Linux远程拷贝(限速和断点续传)
# scp 拷贝本地文件filename 到远程机器 192.168.188.188 服务器的/data/tmp目录下 scp -P 61204 -l 40000 filename username@192.168.188.188:/data/tmp/
-P port Specifies the port to connect to on the remote host. Note tha ...