The FTP Application Servers
NOTE: You might be more familiar with the
*FTPREXEC
server as the REXEC server.
The TCP/IP FTP Application Servers are used by various clients to send and receive files and commands via FTP. The following table lists the FTP Server functions used by different client and server actions.
Initialize Session |
*FTPCLIENT |
INIT |
Set Current Library or Directory |
*FTPCLIENT |
CHGCURLIB |
Send Files (Put) |
*FTPCLIENT |
SENDFILE |
Receive Files |
*FTPCLIENT |
RECVFILE |
Execute Remote Commands |
*FTPCLIENT |
RMTCMD |
Create Library/Directory |
*FTPCLIENT |
CREATELIB |
Delete Files |
*FTPCLIENT |
DELETEFILE |
Delete Library/Directory |
*FTPCLIENT |
DELETELIB |
List files in Library/Directory |
*FTPCLIENT |
LISTFILES |
Rename File |
*FTPCLIENT |
RNMFILE |
Remote Command Initialize Session |
*FTPREXEC |
INIT |
Execute Remote Command |
*FTPREXEC |
RMTCMD |
Session Initialization |
*FTPSERVER |
INIT |
Set Current Library |
*FTPSERVER |
CHGCURLIB |
Client Action |
Server Name |
Server Function |
Delete Library/Directory |
*FTPSERVER |
DELETELIB |
Create Library/Directory |
*FTPSERVER |
CREATELIB |
List Files in Directory/Library |
*FTPSERVER |
LISTFILES |
Delete Files |
*FTPSERVER |
DELETEFILE |
Send Files (Put) |
*FTPSERVER |
SENDFILE |
Receive Files (Get) |
*FTPSERVER |
RECVFILE |
Rename Files |
*FTPSERVER |
RNMFILE |
Execute Remote Commands |
*FTPSERVER |
RMTCMD |
TFTP Receive File (Get) |
*TFTP |
RECVFILE |
TFTP Send File (Put) |
*TFTP |
SENDFILE |