parsed.org

Tips by tag: rate-limiting

Restricting SCP Bandwidth Usage by cygnus on Oct 17, 2005 04:28 PM

You can use the -l <kilobits_per_sec> option with scp (NOT ssh or sftp) to restrict the bandwidth used to transfer files:

$ scp -l 200 user@host:~/files .
bandwidthcommandsnetworkrate-limitingscpsftpshellssh
RSS