This event is triggered every time any command is sent to the FTP server, and is also triggered every time a reply line is received from the FTP server.
The eCommandType parameter allows your application to determine if it sLine is a command sent by the client (fctClientCommand value), or tells you if sLine is a reply from the FTP server (fctClientCommand value).
Parameter | Description |
---|---|
sLine | The command line sent to or the reply received from the FTP server. |
eCommandType | The type of command. It can be either a client command (fctClientCommand value) or a reply from the FTP server (fctServerReply value). |
Declaration (event) | |
---|---|
|
Declaration (interface implementation) | |
---|---|
|