Xceed FTP Library Documentation
XceedFtp control reference / Properties / CommandLogFilename property
In This Topic
    CommandLogFilename property
    In This Topic

    Description

    This property allows you to specify the path and filename in which the library will save a command log. The command log contains a listing of all the commands sent to the FTP server, and all the replies received back from the server. It is particularly useful for debugging purposes.

    If this property is left empty, no command logging is done.

    This property can be changed at any time. If the specified file already exists, log data is appended to it.

    Data type

    String

    Default value

    Empty

    Declaration  

    HRESULT CommandLogFilename( [out, retval] BSTR* pbstrVal );

    HRESULT CommandLogFilename( [in] BSTR bstrVal );