View Single Post
Old 11-01-2003, 09:14 PM  
Romad
Junior Member
 
Join Date: Mar 2002
Posts: 22
Default

This is what I use in my settings. The Ftp data is for
outside connection and has BW control. I use Local to
log on for max local transfers.

##################### DEVICES ########################

[FTP-Channel]
Host = romad.homeftp.com
Bind = 192.168.1.200
Global_Inbound_bandwidth = 0 #Unlimited
Global_Outbound_bandwidth = 0 #Unlimited
Client_Inbound_bandwidth = 0 #Unlimited
Client_Outbound_bandwidth = 0 #Unlimited

[FTP-Data]
Host = romad.homeftp.com
Ports = 2080-3020
Bind = 192.168.1.200
Global_Inbound_bandwidth = 342 #5% of total download speed
Global_Outbound_bandwidth = 37 #5% of my total upload speed

[Local-Channel]
Host = 127.0.0.1
Bind = 127.0.0.1
Global_Inbound_bandwidth = 0 #Unlimited
Global_Outbound_bandwidth = 0 #Unlimited
Client_Inbound_bandwidth = 0 #Unlimited
Client_Outbound_bandwidth = 0 #Unlimited

[Local-Data]
Host = 127.0.0.1
Ports = 3040-3080
Bind = 127.0.0.1
Global_Inbound_bandwidth = 0 #Unlimited
Global_Outbound_bandwidth = 0 #Unlimited

################## END OF DEVICES############

##################### SERVICES##############

[FTP_Service]
Type = FTP
Device_Name = FTP-Channel
Port = 3001
Description = My Any FTP Service
User_Limit = 4
Allowed_Users = *
Messages = ..\text\ftp
Require_Encrypted_Auth = !*
Require_Encrypted_Data = !*
Certificate_Name = romad.homeftp.com
Explicit_Encryption = True
Encryption_Protocol = SSL3
Min_Cipher_Strength = 128
Max_Cipher_Strength = 384
;Get_External_Ident = False
Data_Devices = FTP-Data
;Random_Devices = False

[Local_FTP_Service]
Type = FTP
Device_Name = Local-Channel
Port = 3060
Description = My Local FTP Service
User_Limit = 2
Allowed_Users = *
Messages = ..\text\ftp
;Require_Encrypted_Auth = !*
;Require_Encrypted_Data = !*
;Certificate_Name = 127.0.0.1
;Explicit_Encryption = True
;Encryption_Protocol = SSL3
;Min_Cipher_Strength = 128
;Max_Cipher_Strength = 384
;Get_External_Ident = Flase
Data_Devices = Local-Data
;Random_Devices = False
################## END OF SERVICES ###################

[Network]
Active_Services= FTP_Service Local_FTP_Service Telnet_Service
Romad is offline   Reply With Quote