Xceed FTP Library Documentation
XceedFtp control reference / Events / LoggingCommandLine event
In This Topic
    LoggingCommandLine event
    In This Topic

    Description

    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).

    Parameters
     

    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)  

    void LoggingCommandLine( [in] BSTR sLine, [in] EXFCommandType eCommandType ); 

    Declaration (interface implementation)  

    HRESULT LoggingCommandLine( [in] BSTR sLine, [in] EXFCommandType eCommandType );