http://qs321.pair.com?node_id=305191


in reply to Net::FTP on OSX10.3 corrupting files

Have you compared a file uploaded with fetch to a file uploaded with Net::FTP ?

ls -l diff filea fileb strings filea > a.txt strings fileb > b.txt diff a.txt b.txt | more

It might be easier to compare non binary files as a control, but you can force diff to do binary files