[PHP] Re-send (Download the whole directory using PHP)

2001-10-20 Thread Mark Lo
Hi Sir, I have been asking this for so many times, and I never get a reply for this !!! Please help me. I would like to know how to download the whole directory using PHP. Can anyone supply me some sources code for this. I am greatly appreciate for your help. Best Regards,

Re: [PHP] Re-send (Download the whole directory using PHP)

2001-10-20 Thread Christopher William Wesley
On Sun, 21 Oct 2001, Mark Lo wrote: I have been asking this for so many times, and I never get a reply for this !!! Please help me. I would like to know how to download the whole directory using PHP. Can anyone supply me some sources code for this. I see a few reasons why you

Re: [PHP] Re-send (Download the whole directory using PHP)

2001-10-20 Thread Dave Goodrich
If you mean use PHP to download a directory of your choosing... You could send the url to wget or lynx. This would make it easy to pass flags as well such as dir level to get, follow links, recursive Y/N, etc. Never done it but I think exec is what you want. DAve On Sun, Oct 21, 2001 at