An NDoc Documented Class Library

FTPClient.TransferType Property

The current file transfer type (BINARY or ASCII).

public FTPTransferType TransferType {get; set;}

Implements

IFileTransferClient.TransferType

Remarks

When the transfer-type is set to BINARY then files are transferred byte-for-byte such that the transferred file will be identical to the original. When the transfer-type is set to BINARY then end-of-line characters will be translated where necessary between Windows and UNIX formats.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace