View Single Post
Old 10-27-2003, 11:14 PM  
stLancer_2
Member
 
Join Date: Aug 2003
Posts: 58
Question A question about ftp-listen device

Code:
[FTP-Data]
Host    = 0.0.0.0
Ports   = 1024-2048
Random  = True
Global_Inbound_bandwidth = 0 	# Inbound bandwidth in kb/sec
Global_Outbound_bandwidth = 0 	# Outbound bandwidth in kb/sec 

[FTP-Listen]
Host = 0.0.0.0
Global_Inbound_bandwidth  = 0	#limit overall speeds
Global_Outbound_bandwidth = 0	#limit overall speeds
Client_Inbound_bandwidth  = 0	#limit per user speeds
Client_Outbound_bandwidth = 0	#limit per user speeds

[FTP_Service]
Type                    = FTP
Device_Name             = FTP-Listen
Data_Devices 	  	= FTP-Data
Port                    = 874
Description             = myftpd
User_Limit              = 200
Allowed_Users           = *
;Messages                = ..\text\ftp
i set it like this in my ioftpd.ini
and i want know, if i set the bandwidth control setting in FTP-Listen Device to 10kb/s and FTP-Data DEVICE with the unlimited , the total bandwidth of my ftp will be 10kb/s only or unlimited?
anyone help me plz?
stLancer_2 is offline   Reply With Quote