The FTP logging and monitoring information contains entries for each request that an FTP client sends, and the server response information.
WebSTAR FTP will log many activities including commands from the client, user interaction and problems.
Every successful FTP connection from a client, with the FTP User name.
192.168.0.2 - anonymous: user@domain.com [Tue Apr 27 12:37:32 1999] Anonymous user logged in 50/72
192.168.0.2 - HumanResources [Tue Apr 27 12:12:26 1999] User logged in 20/57![]()
Every explicit log out command and every timed-out connection, with the FTP User name.
192.168.0.2 - HumanResources [Tue Apr 27 12:40:02 1999] User logged out 20/57
192.168.0.2 - anonymous: user@domain.com [Tue Apr 27 12:38:04 1999] User timed out 104/2619![]()
Every file uploaded to the server, with the absolute path of the new file on the server disk.
192.168.0.2 - HumanResources [Tue Apr 27 12:14:14 1999] STOR: /FTP-HD/pub/human resources/FAQs/employment FAQ 254/2887
![]()
Every file downloaded from the server, with the path of the file.
192.168.0.2 - HumanResources[Tue Apr 27 12:43:44 1999] RETR: /FTP-HD/pub/human resources/HR tips3 356/3757
![]()
System errors and attempts by clients to do things they are not allowed to do, such as send a command that is not supported, try to open a folder they aren't allowed to see, or login with the wrong user name or password:
192.168.0.2 - avi [Tue Apr 27 12:45:46 1999] Login failed, unknown user `lucia'. 18/80.
192.168.0.4 - widgets [Tue Apr 27 12:47:32 1999] Login failed, bad password. 22/80
192.168.0.6 -tchotchkeys [Tue Apr 27 12:48:37 1999] Login failed, bad folder. 32/80
192.168.0.8 -knickknacks [Tue Apr 27 12:49:39 1999] Login failed, login not allowed. 32/80.![]()
WebSTAR FTP supports all of the commands required by the RFC 959 specification, and many of the optional commands. These are all displayed in the FTP Monitor and Log file.