Connecting Tech Pros Worldwide Forums | Help | Site Map

Upload from http to FTP

skyler.cook@gmail.com
Guest
 
Posts: n/a
#1: Apr 13 '07
I need a script that I can put on a web page that will let users
upload a file to a separate FTP server. Can anyone point me in the
right direction?


Arjen
Guest
 
Posts: n/a
#2: Apr 13 '07

re: Upload from http to FTP


skyler.cook@gmail.com schreef:
Quote:
I need a script that I can put on a web page that will let users
upload a file to a separate FTP server. Can anyone point me in the
right direction?
>
http://php.net/features.file-upload
http://php.net/ftp

--
Arjen
http://www.hondenpage.com - Mijn site over honden
Schraalhans Keukenmeester
Guest
 
Posts: n/a
#3: Apr 13 '07

re: Upload from http to FTP


skyler.cook@gmail.com wrote:
Quote:
I need a script that I can put on a web page that will let users
upload a file to a separate FTP server. Can anyone point me in the
right direction?
>
For a few (complete [haven't tested!]) scripts:
http://php.resourceindex.com/Complet...d_Servers/FTP/

If you want to build something yourself, you should look up the ftp
functions in the PHP manual.

Coincidentally I'm currently working on a Web-based FTP client in PHP
for a project, the code is _far_ from complete & correct as it stands,
but you are free to have a look at it if you want. It doesn't include
the upload parts at this point though. Let me know!

HTH
Sh.



Closed Thread