building a http FTP application using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

building a http FTP application using PHP

Post 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
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

http://www.php.net/manual/en/ref.ftp.php

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