I have just successfully used WGET on a single file download. I even figured
out how to specify a destination.  But, I cannot seem to get "wildcards" to
work. Help please:
wget  -o log.txt -P "c:/Documents and Settings/Administrator/My
Documents/CME_data/bt"
ftp://ftp.cme.com/pub/bulletin/historical_data/bt02100?.zip
Note, there is an underscore between historical and data, no blanks.
Output log is:
--14:56:42--  ftp://ftp.cme.com/pub/bulletin/historical_data/bt02100?.zip
           => `c:/Documents and Settings/Administrator/My
Documents/CME_data/bt/[EMAIL PROTECTED]'
Resolving ftp.cme.com... done.
Connecting to ftp.cme.com[128.167.130.17]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/bulletin/historical_data ... done.
==> PORT ... done.    ==> RETR bt02100 ...
No such file `bt02100'.

Dick Penny

Reply via email to