An NDoc Documented Class Library

FTPTransferType Enumeration

Enumerates the transfer types possible. We support only the two common types, ASCII and Image (often called binary).

public enum FTPTransferType

Members

Member Name Description
ASCII Represents ASCII transfer type. As data is transferred, line terminator characters are translated into the local (client) platform's line terminator characters (CRLF for Windows platforms). For example, if transferring text files from a Unix server, line terminators will be converted from LF to CRLF.
BINARY Represents Image (or binary) transfer type. Files are transferred byte for byte without any conversion.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

EnterpriseDT.Net.Ftp Namespace