", when it is checked message list appears flashing to show you received messages.
- Show Client not logged in : allow user not logged in (no user/pass provided yet) in to be seen in user/server activity list.
- Limit User/Pass to XX then Kick/Kick + Ban : if User/Pass exceeds the number allowed then you can kick or kick + Ban user (maybe a person trying to enter the ftp illegally).
- Refuse connections with same IP : user can only log once per IP Address, preventing "hammering" of your server.
- Block Banned IP (instead of notifying client) : this has for effect to not notify client that his ip is banned, client blocks when connecting.
- Resolve IP to Hostname (slow, use for banned mask only) : this option (if checked) resolves IP to hostname, for example 195.136.125.123 could be resolved to xxx.club-internet.fr.
You should consider to enable it only if you ban hostname because as it is a slow fonction it can cause a severe cpu load on your computer, moreover some IP do not have hostname associated, so the server will timeout after a certain time if it does not find a hostname.
Advanced

- Receive buffer : you can specify amount of data sent at the same time. Default is 4096.
- Server Allows ... : if you do not want user to upload or download (strange isn't it ;)) then select the good mode.
- Server Priority ... : allow you to select server priority. (Real Time is not recommended).
- Block Server-to-Server transfer (FXP) : disable use of Port command not referring to client IP, disable Bounce attack.
- Anti Hammering : well this feature is for preventing people/client from hammering the server, this means that people who keeps trying to log on the server without success will be blocked next connection for a specified amount of time. In our example if people connects more than 10 times in 45 seconds then he will not be able to connect for 5 minutes because his IP is blocked (server does not answer), after that time he will be able to retry to connect.
Directory Cache

This feature (if enabled) makes the server keep the directory list in memory for the specified amount of time. This prevents disk access for listing directories but needs memory.
With the list you can see how the server caches directories list and the hit achieved to the cache.
Default settings : 20 directories, 5 minutes.
Stat Generator

Have you ever wanted to keep a Top list on your server without having to process the log file by hands ?
Well this feature is for you : it scans the file "transfer.log" written after all client disconnection and produces a "result.top" file (which is a ini file) containing the "top uploaders/downloaders" on your site.
For advanced users, here is the "Log_Transfer.log" structure :
21/04/99 11:55:26#Anonymous#00:02:50#41964#8993#50957#3#2#297,994#3#2
Date Connection # User Account Name#Time connected#Bytes Downloaded#Bytes Uploaded#(Bytes Uploaded + Bytes Downloaded)#Files Downloaded#Files Uploaded#(Bytes Uploaded + Bytes Downloaded) / Time Online = Session Speed#Time spent downloading in seconds#Time spent uploading in seconds
(for more info contact us)
Processed "Result.top" has this structure :
[General]
Last Updated=20/04/99 16:47:07
Day Bytes Uploaded=6352591
Day Bytes Downloaded=5665139
Week Bytes Uploaded=6352591
Week Bytes Downloaded=5665139
Month Bytes Uploaded=6352591
Month Bytes Downloaded=5665139
All Time Bytes Uploaded=6352591
All Time Bytes Downloaded=5665139
[This Day-Uploader-N°1]
NAME=Anon
BUP=5570779
BDOWN=4883327
DLKBPS=529,875
ULKBPS=320,013
[This Week-Uploader-N°1]
...
[This Month-Uploader-N°1]
...
[All Time-Uploader-N°1]
...
[This Day-Downloader-N°1]
NAME=Anon
BUP=5570779
BDOWN=4883327
DLKBPS=529,875
ULKBPS=320,013
[This Week-Downloader-N°1]
...
[This Month-Downloader-N°1]
...
[All Time-Downloader-N°1]
...
After that, the server will process files named : "TOP-DAY.MDL","TOP-WEEK.MDL","TOP-MONTH.MDL","TOP-ALL.MDL" (these files must be placed in server directory), processed files will be named "TOP-DAY.TOP, ..."
In these files you have to specify tags to replace by Name, Bytes uploaded ...
Tags Available :
//General
%DATE : Current Date
%TIME : Current Time
YYYY = DAY/WEEK/MONTH/ALL
%YYYYTOTALBUL : total bytes uploaded during YYYY
%YYYYTOTALKBUL : total Kbytes uploaded during YYYY
%YYYYTOTALMBUL : total Mbytes uploaded during YYYY
%YYYYTOTALBDL : total bytes downloaded during YYYY
%YYYYTOTALKBDL : total Kbytes downloaded during YYYY
%YYYYTOTALMBDL : total Mbytes downloaded during YYYY
// Top Upload
%TOPULNAMEXX : user account name ranked XX in upload (1 for first, 2 for second ... 25 for last)
%TOPULMBULXX : MB uploaded by user ranked XX in upload
%TOPULMBDLXX : MB downloaded by user ranked XX in upload
%TOPULKBPSULXX : average upload transfer rate in KB/s achieved by user ranked XX in upload
%TOPULKBPSDLXX : average download transfer rate in KB/s achieved by user ranked XX in upload
// Top Download
%TOPDLNAMEXX : user account name ranked XX in download (1 for first, 2 for second ... 25 for last)
%TOPDLMBULXX : MB uploaded by user ranked XX in download
%TOPDLMBDLXX : MB downloaded by user ranked XX in download
%TOPDLKBPSULXX : average upload transfer rate in KB/s achieved by user ranked XX in download
%TOPDLKBPSDLXX : average download transfer rate in KB/s achieved by user ranked XX in download
So a "TOP-DAY.MDL" file could be :
Date: |%DATE| Daytop Stats!
Time: |%TIME|
----<:TOP 5 UPLOADERS:>-----------------------------------------
1. |%TOPULNAME1| | |%TOPULMBUL1| MB | |%TOPULKBPSUL1| KB/s
2. |%TOPULNAME2| | |%TOPULMBUL2| MB | |%TOPULKBPSUL2| KB/s
3. |%TOPULNAME3| | |%TOPULMBUL3| MB | |%TOPULKBPSUL3| KB/s
4. |%TOPULNAME4| | |%TOPULMBUL4| MB | |%TOPULKBPSUL4| KB/s
5. |%TOPULNAME5| | |%TOPULMBUL5| MB | |%TOPULKBPSUL5| KB/s
----<:TOP 5 DOWNLOADERS:>---------------------------------
1. |%TOPDLNAME1| | |%TOPDLMBDL1| MB | |%TOPDLKBPSDL1| KB/s
2. |%TOPDLNAME2| | |%TOPDLMBDL2| MB | |%TOPDLKBPSDL2| KB/s
3. |%TOPDLNAME3| | |%TOPDLMBDL3| MB | |%TOPDLKBPSDL3| KB/s
4. |%TOPDLNAME4| | |%TOPDLMBDL4| MB | |%TOPDLKBPSDL4| KB/s
5. |%TOPDLNAME5| | |%TOPDLMBDL5| MB | |%TOPDLKBPSDL5| KB/s
Total Mbytes Uploaded this day : %DAYTOTALMBUL Mbytes
Total Mbytes Downloaded this day : %DAYTOTALMBDL Mbytes
With "Log_Transfer.log" you can even write your own stat analyzer.
With "Result.top" you can know who is ranked XX with no difficulties too.
Another Useful log is "Log_Xferfiles.log" which keeps a log of all files transfered by all user (if they have logged successfully).
Structure is :
[<User Account Name> - Time of connection - Time of disconnection]
ULXX=<file XX uploaded>| <Transfer Stat = "(00:00:00 - 0,000 KBps)">
DLXX=<file XX downloaded>| <Transfer Stat = "(00:00:00 - 0,000 KBps)">
File transfered are written to log with file path (c:\server\uploaded\file.exe)
So that you could easily find who uploaded what
Stat Interface
If you want your stat to be refreshed at a given time, then just select the interval between two refreshes.
Another setting is the account included in stat. By default all account are checked but if you want to not "monitor" some account (Anonymous) then you uncheck and stat on those account won't be computed.
Scheduler
The Scheduler allows you to :
- go online/offline/offline + exit/close/open/reboot/logoff/shutdown
- schedule when to do action : Date + Time
Dynamic IP
Dynamic IP is here to allow users who have dynamic IP (IP changing at each connection) to be used by server
even if it changes when server is running.
Your server does not need to be restarted, it will detect and use new IP(s) !.
Multi IP Settings
If you want to reserve IP for multi domain usage, you need to enter in the list the IP you wish to use.
IP can be a mask (192.168.*) and has same rules as IP Access List.
This list is also useful for dynamic IP, as you can have dynamic IP being used by the server, if new IP found matches the list then it will be used by the server.
Moreover you can tell server to only use IP matching the masks list, this way you can run another session of the server on other IP.

This way this account will only be available for users who want to connect to the 192.168.0.1 IP Address ftp server.
It allows you to configure an anonymous user for each ftp server :
Anon_192.168.0.1 on IP 192.168.0.1 with login : anonymous
Anon_192.168.0.2 on IP 192.168.0.2 with login : anonymous
...
User can have the same login/password on the different "virtual" servers
Visual
You can customize server Tray Icon with your own icon, you just need 16*16 bmp image.
- Hottrack effect for list view (user list, server activity) : by just pointing your mouse on list, item will be selected, you no more have to click.
- Switch Time Left/Progression in Server Activity : you will see time left alternatevely with file progression under Server Activity window.
Logging
Setup
With this setup you can specify the way things are logged :
- Path to log file
- Type of Log File : Single/daily/weekly/monthly/yearly (log file will be for example "FTP-18-apr.-1999.log" for daily log file and "FTP.LOG" for log path)
- Max Lines on log screen
- IP Logging :
- Apply to Both/Apply to Screen Log/Apply to Log file : on what you choose to apply following rules.
- Log All IP : All IP Are logged.
- Log only these IP : Following ip list will only be logged.
- Do not log these IP : Following ip list won't be logged.
- IP List : enter the IP here.
Advanced
- Standard Log Syntax : use normal log syntax (can be faster)
- Custom syntax : this lets you define the way G6FTP will log events.
Tags for log syntax :
- %NAME : Account Name
- %LOGIN : Login for account
- %DATE, %TIME : Events date, time.
- %ID : User Unique Identifier
- %IP, %HOST : User IP, HostName (if resolve ip is enabled)
- %LOG : event to log
- Color Settings : it allows you to define the color you want for onscreen log.
Screen/File
- Log Tried Connections
- Log users logged
- Log disconnection
- Log directories creations : MKD, XMKD ...
- Log Uploads : STOR, APPE
- Log Ended Uploads
- Log changes of directory : CWD, CDUP ...
- Log files deletion : DELE, RMD ...
- Show Answers from server
- Show Clients commands
- All/None
- Log Tried Connections
- Log users logged
- Log disconnection
- Log directories creations : MKD, XMKD ...
- Log Uploads : STOR, APPE
- Log Ended Uploads
- Log changes of directory : CWD, CDUP ...
- Log files deletion : DELE, RMD ...
- Show Answers from server
- Show Clients commands
- All/None
Free Files
Well those feature is important only for users who need ratio on their sites.
Sometimes when user logs, he asks for index file (a description of files on server).
If they do not have credit then they can't download this index file.
Wildcards are allowed just like IP access.
In the example, the user can download any .TXT files in all directory and if i am setting up access to d:\my_photos_???.jpg so every file which match the mask will be free for download => not counted in credit/ratio
Possibilities are :
- \XXX\XXX.zip
- XXX.zip
- X:\XXX\XXX.XXX
XXX can be anything ?, *.