When should I use ascii and when should I use binary?

Many FTP client programs support and auto mode to detect the proper upload type based on file extension. Often you will have to do this manually when the program does not perform this properly.

In general, any files that contain text such as .cgi should be uploaded in Ascii.

Files that have scrambled content such as pictures should be uploaded in binary.
  • 467 Users Found This Useful

Was this answer helpful?

Related Articles

Enable Mod Rewrite

Create an .htaccess file with the following contents and upload it to your public_html directory....

301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the...

Password Protect Directories

Within control panel select Password Protection. Select the directory you would like to protect....

How to create a temporary 302 redirect via htaccess

An easy way to create a temporary redirect from one page to another web page is to use the 302...