in reply to Get a file with HTTP

Hi,
use LWP::Simple:
perl -MLWP::Simple -e 'mirror("http://path/to/zipfile.zip", "zipfile.z +ip");'

Regards,
svenXY