Posts: 1,832
Location: Somewhere else entirely
|
ASCII stands for American Standard Code for Information Interchange, and is basically a standard character encoding scheme for use in computers. The basic ASCII character set only has 127 chars, so they fit into 7 bits. This means that only half the available combinations in a byte are valid ASCII characters, so if you upload as ASCII the bits get shuffled around so they are valid text. If the file is text that's great, but if it's an image or a program binary or anything that is not raw text, it gets scrambled. Most FTP apps will detect automatically the type of file, but sometimes get it wrong if the file has bits of ASCII here and there. Changing to binary mode will be a different process in each FTP program, but theres usually an option for it in some menu or other.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|