in reply to Re: Digest::SHA gives different values for unix/windows
in thread Digest::SHA gives different values for unix/windows

On another note, tried using binary mode transfer in FTP, and the values were a match. This was using winscp. I still have yet to replicate this in perl. Should setting binmode on the socket, and the file I'm reading in be enough?
  • Comment on Re^2: Digest::SHA gives different values for unix/windows

Replies are listed 'Best First'.
Re^3: Digest::SHA gives different values for unix/windows
by Jim (Curate) on Jun 12, 2013 at 17:37 UTC

    What protocol are you using in your Perl script to transfer the files via the Internet? I presume from what you've written that you're not using Net::FTP.

    Update:  Does this thread help?