BANDWITH CONTROL

Bandwidth control when transfering files with sftp/scp


OpenSSH doesn’t support bandwidth control (no -l option at all) sftp -oIdentityFile=/home/oracle/mykey-open.ppk opc@12x.14x.2x.17x On the other hand scp does have the -l option: scp -l 400 -i /home/oracle/mykey-open.ppk fmw_12.2.1.0.0_bpm_quickstart.jar opc@12x.14x.2x.17x:/home/opc Please note that -l is informed in Kbits (400=50Kb/sec) COMMENTS Setting -l after -i didn’t work for me Renice is not a solution If you […]

More