WebSTAR 4 Manual & Technical Reference

Manual Contents | Chapter Contents | Previous Page | Next Page

FTP Logging Information

The FTP logging and monitoring information contains entries for each request that an FTP client sends, and the server response information.

FTP Log Elements

FTP Activities

WebSTAR FTP will log many activities including commands from the client, user interaction and problems.

Logins

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

Logouts

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

Uploads

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

Downloads

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

Problems

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.

FTP Commands

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.

 
WebSTAR FTP Commands

Command

Meaning

ABOR

abort file transfer or FTP command

APPE

upload a file to the server (if a file of the same name already exists, append the new data to that file)

CWD

change working directory

CDUP

change directory to parent

DELE

delete a file

HELP

help

LIST

list files in the current directory

MODE

change mode

MKD

make directory

MACB

use the MacBinary data type--a Mac extension to the standard

NLST

list of files in the current directory, with additional information

NOOP

no-op (no operation: nothing happened)

PASS

password

PORT

specify the data port

PASV

passive - listen for connection (often used by web browser FTP clients)

PWD

get name of current directory

QUIT

log out of the FTP server

REIN

re-initialize the user

REST

resume FTP file transfers (not MacBinary)

RETR

retrieve a file from the server, aka "download"

RMD

remove directory

RNFR

rename with both write and read permission

RNTO

rename with just write permission

STRU

change file structure mode

STOR

store a file on the server, aka "upload"

SYST

get the name of the FTP server OS

SIZE

get the size of a file--a non-standard command used by Anarchie

TYPE

specify the data type

USER

send the user name


Manual Contents | Chapter Contents | Previous Page | Next Page