• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Images get distorted when uploading via ftp to my linux server...

Paulson

Elite Member
I have mandrake 8.1, and when uploading pictures to my ftp server (over my lan) the images get really distorted... (like it didn't transfer right at all)

example
 


<< hmm...

perhaps you're transferring in ASCII mode?
>>



ALWAYS make sure you issue a BIN command in FTP after you login and before you do a GETorPUT.
 


<< not always

Text files, config files, html files, should all be ascii.

bart
>>



No... it doesnt matter, you can use binary for everything... might be just a tad slower, but it will still be fine.

When in doubt, use binary. Binary mode means you get EXACTLY what was sent. ASCII mode sometime changes <LF> into <CR><LF> and vice versa depending on the originating system and the receiving system. Sometimes this is desirable, sometimes its not...



 
Back
Top