SCP 卡在文件复制上

SCP 卡在文件复制上

我有一个包含简单文本的测试文件。如果文件大小超过 750 字节,我无法通过 SCP 或 rsync 传输它。

主机上的互联网运行良好,下载速度:16.53 Mbit/s 上传速度:2.83 Mbit/s

-rw-rw-r--  1  4395 Nov  4 18:34 test

 scp -v  test  deployer@vpn-test_host:/home/deployer

debug1: Sending command: scp -v -t /home/deployer
Sending file modes: C0664 4395 test
Sink: C0664 4395 test
test                                       0%    0     0.0KB/s   --:-- ETA

两边都安装了 Ubuntu 18.04。如何解决这个问题?

相关内容