download a URL from the command prompt

  • Thread starter Thread starter SCOT
  • Start date Start date
S

SCOT

I have many dynamic pictures that i would like to download
daily from variouse URL's is there a way to do this from
the command line so i can put it into a batch file and
make my life a lot easier URL2 file won't work becouse the
sites i need these pictures from block ftp
any help would be great
 
SCOT said:
I have many dynamic pictures that i would like to download
daily from variouse URL's is there a way to do this from
the command line so i can put it into a batch file and
make my life a lot easier URL2 file won't work becouse the
sites i need these pictures from block ftp
any help would be great

Hi

curl
http://curl.haxx.se

wget
http://wget.sunsite.dk/
 
SCOT said:
I have many dynamic pictures that i would like to download
daily from variouse URL's is there a way to do this from
the command line so i can put it into a batch file and
make my life a lot easier URL2 file won't work becouse the
sites i need these pictures from block ftp
any help would be great

Presumably there _is_ no ftp, or no rights to use anonymously.
In addition to Torgeir's tips my downloadmanager getright has a daily
download feature. http://www.getright.com/ (shareware)

hth
 
Back
Top