您的位置:首页 > 其它

scp出现stalled的原因和解决方法

2013-06-06 16:51 369 查看
When transferring large files(for example mksysb images) usingscp through a firewall, the scp connection stalls.

Cause:

The reason for scp to stall, is because scp greedily grabs asmuch bandwith of the network as possible when it transfers files,any delay caused by the network switch of the firewall can easilymake the TCP connection stalled.

Solution:

There’s a solution to this problem: Add “-l 8192″ to the scpcommand.

Adding the option “-l 8192″ limits the scp session bandwith upto 8192 Kbit/second, which seems to work safe and fast enough (upto 1 MB/second):
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐