Unit
ScFTPClient
type
TScFTPTransferType = (ttASCII, ttBinary);
Description
The TScFTPTransferType enumeration represents different file transfer types used by the FTP protocol.
Value | Meaning |
ttASCII | ASCII file transfers |
ttBinary | Binary (8 bit) file transfers |
See also