in reply to Re: download using wget command
in thread download using wget command

valdez, I tried system 'wget -P /usr/tmp http://192.168.0.1/abc' command. But it's not working properly. I would like to download all files under abc folder to tmp folder. If i use system 'wget -P /usr/tmp http://192.168.0.1' then index.html is downloaded to tmp folder. Is it happend due to permission problem etc? Anyway thanks for your help.

Replies are listed 'Best First'.
Re: Re: Re: download using wget command
by jasonk (Parson) on Feb 19, 2003 at 18:52 UTC

    It's not a permissions problem, you didn't ask it to download any files, so it didn't. And this still isn't a perl question.