property TransferType: TScFTPTransferType; default ttASCII;
Description
The TransferType property determines the file transfer type currently in use for the FTP client.
TransferType is used when uploading and downloading files, as well as when obtaining a list of files.
The default value is ttASCII.
See Also