below is an explanation of the modes
ASCII Files are streamed to the server and the server performs a EOL (end of line) swap, replacing the existing EOL with the native EOL for the server platform. Typically this works well but some ftp servers don't handle the conversion as well as others.
BINARY In this mode the file content is transfered exactly as-is to the ftp server with no modifications.
AUTO Using filename pattern matching from the ASCII list (Options > Filters > ASCII) we switch between ASCII and BINARY based on if the filename matches.
|