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

    Description

    This property determines if the Xceed FTP Library should send the "TYPE" command before starting a file transfer. The default value of True is accepted by almost all FTP servers. Use False if your FTP server has special requirements for the "TYPE" command.

    Data type

    Boolean

    Default value

    True

    Declaration  

    HRESULT SendTypeCommand( [out, retval] VARIANT_BOOL* pbVal );

    HRESULT SendTypeCommand( [in] VARIANT_BOOL bVal );