Tagged Questions
4
votes
3answers
6k views
Is it possible to rate-limit an scp/sftp/rsync/etc transfer from the command-line? ie, manual QoS on a single command?
Specifically, I am looking to rate-limit an scp or sftp session (or other arbitrary network call) in the call itself.
For example, let's say I want to copy 100MB to one server, and 1GB to another. ...