in reply to Re (tilly) 1: I need a critic (well actually just someone to give some constructive advice)
in thread I need a critic (well actually just someone to give some constructive advice)

It might also be a good idea to calculate checksums for the file at each end (using Digest::MD5 for example). This is a good (if paranoid) way of making sure that the file made it through FTPing.

Of course, if you're really paranoid you would do a character-by-character comparison, can't go trusting checksums... ;-)

--
Kevin O'Rourke
  • Comment on Re: Re (tilly) 1: I need a critic (well actually just someone to give some constructive advice)