English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

When you upload files to a site (WS_FTP) there is an option for ASCII or BINARY. Which option should I choose. I remember somone saying that if you transfer some type using the incorrect one it could corrupt it?

Any thoughts?
thanks

2006-11-14 22:35:44 · 5 answers · asked by f1avor_f1av 3 in Computers & Internet Programming & Design

5 answers

ASCII mode uses a translation table to convert "special" characters to be compatible with the native OS that the file is being transferred on to. The most observed change is the line terminators between DOS and UNIX based systems. So when you perform an ASCII transfer the file content are altered for "compatibility" with the native OS, which isn't always desirable.

BINARY transfers transfer the file exactly as it exists in the originating system and is required for files that are executable or written with special program specific formatting.

Generally you can always transfer a file in BINARY and be sure that the file received is an exact copy of the source. BINARY tends to be a little slower than ASCII but not significantly.


To be safe you can always transfer a file in BINARY

2006-11-15 00:51:32 · answer #1 · answered by Brian K² 6 · 0 0

Just search on google for Flash FXP and use it to transfer your files to FTP server cause she have a Automatic Transfer mode and is switching between those 2 methods by detecting the extension of files.

2006-11-14 22:54:14 · answer #2 · answered by matrixn1985 2 · 0 1

The general rule of thumb is if you can view the file in a text editor like notepad (ie. .html, .js, .css files etc) you should upload in ASCII mode, most others (including images, sound files, video, zip files, executable's etc) should be uploaded in Binary.

2006-11-14 22:37:28 · answer #3 · answered by Anonymous · 1 1

you can Binary all the time.

ASCII is for pure text only. These kind of files are difficult to find these days :)

2006-11-14 23:58:00 · answer #4 · answered by CK 3 · 0 1

Use smart ftp I don't get that question and it works fine

2006-11-14 22:37:49 · answer #5 · answered by Sir Sidney Snot 6 · 0 1

fedest.com, questions and answers