PDA

View Full Version : Limited Bandwitch


Jimmy2
02-18-2005, 12:19 PM
I can limit bandwitch for each user account. How I Can limit "complete" bandwitch. Example: I have one account Cate. In group Friends. I limit Friends to 3 connections. I have limit bandwitch to 500kB/s. When connect 2 users as Cate, then bandwitch are 1000 kB/s.

Can I set this bandwitch? For Group, or for whole FTP server?

EwarWoo
02-19-2005, 02:43 AM
[Any]
Host = 0.0.0.0
Ports = 1024-2048
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =

Just uncomment the globals and set to what ya want

Jimmy2
02-19-2005, 06:26 AM
Thanks :)