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 12:54:32AM +0800, Mark Lo wrote:
> 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,
> 
> 
> Mark Lo
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 

-- 
My other computer is your Windows machine...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 won't get an answer to your question:
1) you didn't ask a well-formed question.  your question was vague.
2) you didn't provide any information about your setup or environment.
3) you didn't ask for help.  you asked for code.
4) you didn't demonstrate that you're trying to come up with your
   own solution, and need some help to make your solution work.

You're free to make such inqueries, but we're also free to ignore them.
(Most people regard your type of inquery as rude, and delete them.)

If you remedy the conditions mentioned above, I'm sure people on the list
would be glad to help.

g.luck,
~Chris   /"\
 \ / September 11, 2001
  X  We Are All New Yorkers
 / \ rm -rf /bin/laden



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]