Hey.
I don't know anything about Perl but I urgently need to modify a Perl script. At some point it's downloading an about 500MB file from a server using system("lwp-download $HttpPath $Out");
.
Is there any way I can find out if the downloading process went correctly, e.g. check whether downloaded file has the same size as the original one?
Thanks