View Single Post
Old 04-01-2004, 05:01 PM  
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default

oh sorry, i accently edited out a line while i was making it "post-worthy" right after that echo line which you quoted is the actual parameter execution line.

giving...

[L] site urlget www.yahoo.com
[L] 200-..\scripts\urlget\wget.exe --tries=3 --directory-prefix="c:\ioFTPD\site" --timeout=30 --waitretry=5 -nd www.yahoo.com
[L] 200---16:02:03-- http://www.yahoo.com/
[L] 200- => `c:/ioFTPD/site/index.html.1'
[L] 200-Resolving www.yahoo.com... failed: Host not found.


at CMD prompt:
C:\ioFTPD\system>..\scripts\urlget\wget.exe --tries=3 --directory-prefix="c:\ioF
TPD\site" --timeout=30 --waitretry=5 -nd www.yahoo.com
--16:03:11-- http://www.yahoo.com/
=> `c:/ioFTPD/site/index.html.1'
Resolving www.yahoo.com... 66.94.230.39, 66.94.230.44, 66.94.230.46, ...
Connecting to www.yahoo.com[66.94.230.39]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

[ <=> ] 33,285 57.94K/s

16:03:12 (57.94 KB/s) - `c:/ioFTPD/site/index.html.1' saved [33285]


mr_F_2 is offline   Reply With Quote