Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NetTuts.com:
How to Work with PHP and FTP
May 12, 2011 @ 13:05:21

On NetTuts.com there's a new article stepping you through what you'll need to know about using FTP in PHP, including a basic useful and expandable class.

It’s always important to first outline exactly what functionality your class should include. In our case: connecting to a server, create a folder on the server, upload a file, change directory, retrieving the directory listing and downloading a file.

They first look at what FTP is and then how to set up the class that includes some simple logging, connection handling and how to call the class with a username, password and hostname. The class lets you create a remote directory, upload a file, view a list of remote files and downloading a selected file. Full source for the class is available as a download.

tagged: ftp tutorial class

Link:


Trending Topics: