Master Log File

Reference:        Overview of Beyond FTP 

The master log file was introduced with the 2.6 release.  It consists of comma-delimited information about the activities of Beyond FTP.  The log file includes a header record that defines the following fields:

Date

Date of the record.  Format mm/dd/yy

Time

Time written.  Format hh:mm:ss

LocalServer

Name of the Beyond FTP server writing the log.

Script

Name of the script that generated the record.

Status

Error value or zero if the action worked.

RemoteServer

Name of the remote server, if any.

User

Name of the user, if any

Action

The action logged (see below)

FileFrom

Name of the source file.  May be local or remote.

FileTo

Name of the destination file.  May be local or remote.

 

The FileFrom field will actually contain any file name that is involved in the action.  Not all fields are present for every record.  The actions that are logged are the following:

 

Append

File(s) appended.

Assign

Variable assigned a value

Compile

Script compiled prior to execution.

Connect

Connected to a remote Beyond FTP server.

Copy

Local file copy completed.

Decrypt

Decryption executed

Delete

File(s) deleted.

Disconnect

Disconnected from a remote Beyond FTP server.

Encrypt

Encryption executed

HTTP_Get

Get web page executed.

MailAlert

Mail program executed

Properties

File properties changed

Queue

Script scheduled.

Rename

File(s) renamed.

Requeue

Script re-queued.

RestartDist

Script restarted.

Run

Program executed.

StartService

Beyond FTP started.

StopService

Beyond FTP stopped.

StartDist

Script started.

StopDist

Script stopped.

XferIn

Inbound transfer completed.

XferOut

Outbound transfer completed.

 

The log file is automatically recreated at midnight.  You can also close the log at any time.  The log files themselves are found on the Beyond FTP path.  The names are based on the current date and time:

            MLog-yyyymmdd-hhmmss.Txt

The current log is titled Mlog-Current.Txt.  This file can be opened for reading.  The log files are designed to be easily loaded into a reporting application.  Beyond FTP will automatically remove older log files, based on the number of days of data you choose to save. 

Previous Topic
Next Topic