Hi,
I would like to download some data using wget command.
I tried to write as follows:
system ` wget /usr/tmp http://192.168.0.1/abc `;
My aim is to download files from http://192.168.0.1/abc to tmp folder.
How can i do that?
Waiting for the reply from all experts.