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.