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

Why do I get this error while running rsync?

我正在尝试使用 rsync 将我的文件从本地主机传输到服务器。但这就是发生的事情

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:~$

糟糕,我刚才清除的命令中有一个错误,现在可以使用了。

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