本文共 120 字,大约阅读时间需要 1 分钟。
rsync遇到非默认的SSH端口:
-e ssh 改为 -e ‘ssh -p 端口’
pscp的用法
-P 制定端口
-r 递归拷贝,用于目录
转载于:https://www.cnblogs.com/slips/p/3429606.html