| Value |
Description |
| ftpStatusUnused |
No connection has been established |
| ftpStatusIdle |
The client is current idle and not sending or receiving
data |
| ftpStatusConnect |
The client is establishing a connection with the
server |
| ftpStatusRead |
The client is reading data from the server |
| ftpStatusWrite |
The client is writing data to the server |
| ftpStatusDisconnect |
The client is disconnecting from the server |
| ftpStatusOpenFile |
The client is opening a file on the server and establishing
a data connection |
| ftpStatusCloseFile |
The client is closing a file on the server and terminating
the data connection |
| ftpStatusGetFile |
The client is transferring a file from the server to the
local system |
| ftpStatusPutFile |
The client is transferring a file from the local system to
the server |
| ftpStatusFileList |
The client is reading a list of files returned by the
server |