
我有一個測試文件,裡面有一個簡單的文字。如果檔案大小超過 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。我該如何解決這個問題?