我尝试使用 rsync 将我的文件从localhost传输到服务器。但这就是发生的事情
abc@abc_def:~$ rsync -v -e ssh textfile.txt
abc@123.45.67.890:/home/test
ssh: connect to host 123.45.67.890 port 22: Connection timed out
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.0]
abc@abc_def:~$
答案 0 :(得分:0)
哎呀,刚刚结束的命令中有一个错误,我已经清除了它现在正在工作。
rsync -av -P -e' ssh -p 1111' text.txt abc@123.45.67.890:/ home / abc