View Single Post
Old 07-14-2008, 06:41 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

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.
bigstar is offline