Page 1 of 1

building a http FTP application using PHP

Posted: Wed Oct 02, 2002 12:39 pm
by kendall
Hi,

i am trying to learn php and i have a project in which i am to build a user interface for ppl to upload, download delete on a server

I have seen that there are two option one of which involves actual FTP protocols/ functions.

I need your advice/ recommendation on what are the best steps to take in building this application especially for security and that i need to also create access levels.

if you know of any tutorials/examples of it that i can work from please specify

Posted: Wed Oct 02, 2002 12:59 pm
by Takuma
http://www.php.net/manual/en/ref.ftp.php

read this.. very helpfull and search through googleand Phuse!