Register now and start sharing your code snippets.
-->

Limiting scp bandwidth usage

Shell Script (Bash) posted 10 months ago by marko

Use the -l parameter of scp to limit the speed of a file transfer (both upload or download). An empirically tested, good value for a 54Mbit wireless connection is 18000:

   1  scp -l 18000 remotehost:file.img .

Tagged scp, limit bandwidth, kaistan rajaaminen, begränsad bandbredd