Chapter 14 Local Ethernet Function
(2) FTP server command list
The windows FTP provides the below commands basically. You can check the further commands through ‘?’
commands. There are also unserviceable functions to protect data log files so refer to the below list.
Commands Operations Commands Operations
? Displaying the available commands trace Setup/cancellation of packet trace
bye
Termination and end of the ftp
session
type Setting the file transfer type
cd Changing remote working directory user
Transmission of the new user
information
close Termination of the ftp session verbose Setup/cancellation of verbose mode
open Connection to the remote ftp quote Sending random ftp commands
prompt
Executing interactive questions to
multiple commands
recv Receiving files
put Sending one file (Not available) dir
Enumerate the contents of remote
directories
pwd
Printing the remote computer’s
working directory
disconnect Termination of the ftp session
quit
Termination and end of the ftp
session
get Receiving files
lcd
Changing the local working
directory
glob
Setup/cancellation of meta
character extension of local file
literal Sending random ftp commands hash
Setup/cancellation of '#' printing for
the
ls
Enumerate the contents of remote
directories
help Printing the local HELP information
status Viewing the current status cd .. Move to the upper directory
rmdir
Remove the remote computer’s
directory (Not available)
mkdir
Make the remote computer’s
directory (Not available)
rename Change file name (Not available) delete
Delete the remote computer’s file
(Not available)
send Send a file (Not available)
(3) Command Usage
Commands Description Operations Example
open
Attempting to access to the server by
entering the specific FTP server’s host
open [host name] open LSISHOST
open [IP address] open 166.0.1.254
dir
Showing the whole files saved to the
basic unit’s SD card with the file
dir [drive volume:\] dir B:\
get
Reading the specific file from the basic
unit’s SD card
get [File path and file name
to be read from the server]
get LSIS.CSV
ls
Showing only the names of files saved
the SD card of the basic unit
ls [drive volume:\] ls B:\
quit
Braking and disconnecting the FTP
server and FTP session
quit quit
bye
Braking and disconnecting the FTP
server and FTP session
Bye bye
cd ..
Moving to the upper directory from the
current one.
cd .. cd ..