16. EXTERNAL INTERFACE
178
16.3.2
How to Enter Commands
The FTP command syntax is explained below.
To execute an FTP command, you must run a MAKE or CAPTURE command through
TELNET.
Examples of how to enter commands are shown below.
● Transferring a Data Dump
1. Use the following TELNET command to save a data dump in the LV 5333 internal memory.
2. Use the following FTP command to transfer the data dump to “DUMP.TXT” on the PC's D drive.
16.3.3
FTP Commands
The TELNET MAKE/CAPTURE commands and the FTP commands are listed in the tables
below.
Table 16-5 TELNET Commands
Command
Parameter
Description
MAKE
STATUS
Saves the top level of the status display in the internal memory.
LOG
Saves the event log in the internal memory.
DUMP
Saves a data dump in the internal memory.
CAPTURE
-
Saves screen capture data in the internal memory.
Table 16-6 FTP commands
Command
Parameter 1
Parameter 2
Description
GET
STATUS.TXT
Directory name\file name.txt
The top level of the status display
is transferred as a text file.
LOG.TXT
Directory name\file name.txt
The event log is transferred as a
text file.
DUMP.TXT
Directory name\file name.txt
A data dump is transferred as a
text file.
CAPTURE.BMP Directory name\file name.bmp
Screen capture data is transferred
as a bitmap file.
ftp> GET DUMP.TXT D:\DUMP.TXT
LV5333> MAKE DUMP
ftp> [Command] + [Space] + [Parameter 1] + [Space] + [Parameter 2]