Limit bandwidth with SCP in Mac OS X
How-to, Linux, Mac OS X January 8th. 2008, 4:22pmSCP or secure file copy is a great way to copy files through an encrypted tunnel, but it will take up all of the bandwidth available to it, but there is a flag to limit the bandwidth used. Try this:
scp -l 125 /Users/Myaccount/testfile remotehost:
the -l option is measured in bits rather than bytes, so adjust accordingly.
[tags]SCP, MacOSX, Bandwidth, Linux[/tags]
Related posts:
- Install Groupwise 7 on Debian EtchThe Groupwise client for linux comes as an .rpm file,...
- Search for files in UnixI am always having to search for the exact syntax...
- DIY:Build your own Media Player from an old PDAThe Core Pocket Media Player, TCPMP, for short, is a...
- Disable Time Machine from nagging about every disk in LeopardTime Machine is a great utility, but it asks if...
- The Value of Open Source FirewallsI found this article on Associated Content that describes several...
Related posts brought to you by Yet Another Related Posts Plugin.
