Auch das kann man mit FTP erledigen:
http://unix.stackexchange.com/questi...imit-ftp-speed
Zitat:
I found a way to limit ftp speed:
In the /etc/proftpd.conf insert this line:
TransferRate RETR,STOR,APPE,STOU 2000
This will limit ftp speed to 2 megabyte per second.
After changing the file you should restart the proftpd service:
/etc/init.d/proftpd restart
|