Connecting Tech Pros Worldwide Help | Site Map

Upload from http to FTP

  #1  
Old April 13th, 2007, 05:25 AM
skyler.cook@gmail.com
Guest
 
Posts: n/a
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?

  #2  
Old April 13th, 2007, 08:55 AM
Arjen
Guest
 
Posts: n/a

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
  #3  
Old April 13th, 2007, 09:05 AM
Schraalhans Keukenmeester
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
connect to FTP server CSharpguy answers 15 April 28th, 2006 11:15 PM
web browser to ftp client script sellbellz@googlemail.com answers 4 March 16th, 2006 04:15 AM
FTP or HTTP to upload files through ASP.NET? RayAll answers 7 November 19th, 2005 06:35 AM
File upload from a form / upload_tmp_dir query Tim218 answers 4 July 17th, 2005 12:42 AM