server download

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
xcom923
Forum Newbie
Posts: 22
Joined: Wed Feb 08, 2006 7:21 pm

server download

Post by xcom923 »

Here is an interesting question. Is it possible to write a PHP script to download through HTTP and copy the file to a directory? Does that make sense??
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

If you mean download then he user controls if and where the file is saved. If you mean upload a file to the server then you can put it in any directory for which you have permissions.
(#10850)
User avatar
quocbao
Forum Commoner
Posts: 59
Joined: Sat Feb 04, 2006 2:03 am
Location: HCM,Vietnam
Contact:

Post by quocbao »

Maybe he want PHP acts like a download manager .

If so , there's some kind like rapidleech ( http://rapidleech.com )
Post Reply