Property TransferMode

Specifies the transfer mode used when transferring files

type TMFtpTransferType = (AsciiTransfer, BinaryTransfer);

property TransferMode: TMFtpTransferType;

Applied to

TMFtp

Description

The AsciiTransfer sends data as ASCII, as a result of this, it cannot send raw data correctly, so it is recommended that you do not use AsciiTransfer at all.