Subject: Re: QoS bandwidth limitation by port.
To: Stephen M Jones <smj@cirr.com>
From: Emre Yildirim <emre.yildirim@us.army.mil>
List: netbsd-users
Date: 08/31/2001 16:26:32
Stephen M Jones wrote:

>
>limit the amount of bandwidth the webserver or ftp server when send
>files to a remote system...
>

Oh yeah, FTP has a build-in function for bandwidth limiting.  For 
example if you want people to send and receive
files at 50KB/sec you'd put something like:

rateget all   50k
rateput all   50k

in your /etc/ftpd.conf file.  You can also replace "all" with "guest" 
for anonymous logins etc.  The man page for ftpd.conf
explains it all.