in reply to Re^2: Verify file is there in a remote server
in thread Verify file is there in a remote server

The easiest and simplest way, since you only have http access to those files.

Write a script and put it there with the files, then you can call that script with file name as a param e.g: getsize.pl?file=somefile.zip.

It will then return the filesize or checksum or both (it's up to you to decide). And you can use LWP to fetch the response automatically

  • Comment on Re^3: Verify file is there in a remote server