So I'm an idiot, I was backing up files, transferring them out with filezilla and I didn't uncheck "Treat files without extension as ASCII file" resulting in many files being corrupted.
Is there any way to reverse this?
[editline]03:01AM[/editline]
The files were transferred from Linux to Windows
Probably not. I'd assume treating them as ascii would strip \0's and change \n to \r\n. If it kept the \0's you might be able to save it.
[url]http://www.info-zip.org/board/board.pl?m-1242984565/[/url]
This suggests a bruteforce approach is necessary, so if they aren't fairly small files with internal checksums you are going to have a lot of trouble.
Sorry, you need to Log In to post a reply to this thread.