Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: FTP corrupts images?  (Read 2602 times)

0 Members and 1 Guest are viewing this topic.

Neodudeman

    Topic Starter


    Rookie
    FTP corrupts images?
    « on: August 21, 2008, 11:04:34 AM »
    When I try to upload an images to my website using the ftp command 'put,' the image Always turns out blank.

    Does this happen to anyone else?

    If I start out with a local image, say image.jpg, and upload it to my webserver using the cmd ftp, the image comes out on the webserver a completely blank, but the resolution is still there, and the size is correct.

    Does anyone have a solution?

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: FTP corrupts images?
    « Reply #1 on: August 21, 2008, 11:29:40 AM »
    What FTP transport software are you using? There are MANY...

    ChrisXPPro



      Adviser

    • Forever Learning
    • Thanked: 4
      • ACB Systems
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows XP
    Re: FTP corrupts images?
    « Reply #2 on: August 21, 2008, 11:30:58 AM »
    Never used this FTP method ... and equally never had your problem.  Is this a new problem or - have you just stated FTP'ing?

    I have used WS_FTP for years - just the old version and it does well.  There are tho some freebies out there - many - some I think on Sourceforge.net, probably too on freeware.com.

    I'd suggest getting a regular FTP app and using that.  Puzzling tho why you get the blacking out and yet properties still seem there.  :-\ - it's almost as if (if jpg) something is amiss with decompression.
    Ain't technology great - until it goes wrong!

    diablo416



      Hopeful
      Re: FTP corrupts images?
      « Reply #3 on: August 21, 2008, 11:43:56 AM »
      Switch to 8 Bit (BINARY) File transfer, if you could upload file.txt, and it would be appear file but not file.jpg , then its being sent in text mode and not binary mode.. if you are using ftp.exe, just type binary before you send the file

      ChrisXPPro



        Adviser

      • Forever Learning
      • Thanked: 4
        • ACB Systems
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows XP
      Re: FTP corrupts images?
      « Reply #4 on: August 21, 2008, 11:45:34 AM »
      Ahaha - had not thought of that - the old ASCII image upload!!

      Good thinking.
      Ain't technology great - until it goes wrong!

      Neodudeman

        Topic Starter


        Rookie
        Re: FTP corrupts images?
        « Reply #5 on: August 24, 2008, 09:26:42 AM »
        Perfect! Thanks a lot!

        Code: [Select]
        binary
        put image.gif