Quick Start Guide

Designed for Operators, by Operators
154 | P a g e
Figure 161 Logging File Delete
At the Main Web GUI Interface Screen select the Configuration Tab, then select the logging Main Menu
Option, then the file Main Menu Sub-Element and then upload. This option provides a means for the
User to upload a log file to a server URL. Two distinct window groups are presented to the User. These
are (Figure 162):
Upload Log File to Remote Server. This simply provides a description of the actions.
Upload Log File. The User does not have to be in Edit mode to perform these actions. Prior to
uploading the file, the User must ensure that an FTP Server has been configured and is running.
The User has to select the following information:
o File to Upload. The User selects the log file that they would like to upload. The list of
available files is presented via a drop down menu.
o Destination URL. There are a variety of formats for the destination URL. These can be
displayed if the User selects the "help" key. These URL formats are defined as:
o ftp://[user[:password]@]hostname[:port]/filepath
o http://hostname[:port]/filepath
o https://hostname[:port]/filepath
Where [ ] indicates optional items. Thus, user:password@ is optional, and the :password part can be
omitted
o [:port] is also optional
Examples using ftp (you can substitute http or https):
o ftp://myhost.com/filename
o ftp://myhost.com/directory/filename
o ftp://myhost.com:2323/directory/filename
o ftp://myname@myhost.com:2323/directoryname/filename
ftp://myname:password@myhost.com:2323/directoryname/filename
URL of remote source file; format is as follows:
o protocol://[user[:password]]@host[:port]/path
o protocol can be ftp, http, or https