wodSFTP API library - TransferModesEnum Enumeration
    
 

Description

These constants are used with the TransferMode function. They determine if wodSFTP will perform Binary or AscII file transfer, as specified in the FTP protocol.


Members
Constant Value Description
 Binary 0 Data will be transfered "as-is".
 AscII 1 CRLF conversions are performed.