<
Toc
>
<
Ind
>
42
All Rights Reserved. Copyright © 2000, Yokogawa Electric Corporation
TI 04L01A01-02E
■
■
■
■
FTP command list
Installed command list
command
explanation
ABOR
Interrupt executing order
APPE
Store a file
CDUP
Change current directory
CWD
Change current directory
DELE
Delete file and directory
HELP
Output Help
LIST
Output file list
MKD
Make directory
MODE
Specify transfer mode
NLST
Output file list
NOOP
No operation
PASS
Identify password
PASV
Notify data connection port
PORT
Notify data connection port
PWD
Output current directory
QUIT
Quit session and disconnect connection
REIN
Initialization during control connection
REST
Restart transfer
RETR
Get a file
RMD
Delete a directory
RNFR
Rename file name
RNTO
Rename file name
STOR
Store a file
STRU
Specify file structure
SYST
Output system type
TYPE
Specify data type
USER
Identify user name
■
■
■
■
A example of file transfer by using FTP
A file stored in the external media of DX can be downloaded to PC by using PC's FTP client.
Execute FTP from DOS console, log in 'anonymous', change directory to 'data', display the file list, finaly the file
'10400170.dev' is transfered to PC.
Environment
PC:
DOS FTP client installed in Windows 95
DX:
DX asigned IP address is 10.0.233.25
Procedure
1. Execute FTP
(
ftp
)
2. Open FTP Connection
(
open, <user name>, <password>
)
3. Change directory
(
cd
)
4. Specify tarnsfer mode
(
binary
)
5. Download a file
(
get
)
6. Disconnect FTP connection
(
close
)
7. Quit FTP
(
quit
)
※
Commands in parenthesis correspond to the work.