Xceed FTP Library Documentation
SendTypeCommand property
XceedFtp control reference > Properties > SendTypeCommand property

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