vote up 1 vote down star
1

I have try to transfer a image file using ftp command in linux, from linux platform to windows platform, doing like this:

ftp cs.unitbv.ro
ascii
get test.jpg

After this, when I open the image it says that the file is corrupted. If somebody know how to repair the image file let me know.

Thanks

flag

You won't be able to repair the file all you can do is ensure this doesn't happen again. – James Black Oct 21 at 16:09

3 Answers

vote up 1 vote down check

transfer it as binary otherwise it will get corrupted as newlines are converted, for example.

link|flag
vote up 1 vote down

Try transferring it using binary mode.

link|flag
vote up 0 vote down

You cannot repair the file.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.