FtpTransferType

From auWiki
Revision as of 13:57, 16 July 2007 by Misterhaan (talk | contribs) (New page: 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. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.