运行rsync时为什么会出现此错误?

时间:2017-03-17 06:31:51

标签: rsync

我尝试使用 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:~$

1 个答案:

答案 0 :(得分:0)

哎呀,刚刚结束的命令中有一个错误,我已经清除了它现在正在工作。

  

rsync -av -P -e' ssh -p 1111' text.txt abc@123.45.67.890:/ home / abc