Quote:
Originally Posted by kbp
You can use scp with the '-l' option, from the man page:
eg.
scp -l 80 my_big_file localhost:/tmp
..will transfer at 10KB/s
cheers
|
thx ,
it works , but if I want to use with rsync , how to control the speed when I transfer with rsync ?
the command I used is as below
#rsync -P -e ssh remote_file local_local
Thx.