Saved Bookmarks
| 1. |
How To Limit The Bandwidth Used By Scp Command ? |
|
Answer» We can LIMIT the bandwidth used by the scp COMMAND using the -l option as shown in the syntax.’#scp -l bandwidth limit filename username@remote-host:/folder-name’ , where bandwidth limit is numeric to be specified in kilobits PER SECOND. We can limit the bandwidth used by the scp command using the -l option as shown in the syntax.’#scp -l bandwidth limit filename username@remote-host:/folder-name’ , where bandwidth limit is numeric to be specified in kilobits per second. |
|