FtpTransferType

From auWiki
Jump to navigation Jump to search

FtpTransferType is an enumeration used by FtpClient to specify which mode should be used for an FTP transfer.

Values

Binary

Binary transfers are used for binary data files. Line endings are not translated.

ASCII

ASCII transfers are used for text files. Line endings may be translated if necessary.