News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
How to Work with PHP and FTP
May 12, 2011 @ 08: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.

0 comments voice your opinion now!
ftp tutorial class


blog comments powered by Disqus

Similar Posts

JSLabs Blog: Debugging PHP scripts

Brian Swan's Blog: Using the Windows Azure Command Line Tools for PHP

Sameer Borate's Blog: Creating custom stream filters

Mike Purcell's Blog: Symfony - sfGuardPlugin - Use Email Instead of Username

DevShed: Completing a Query Processor in PHP


Community Events











Don't see your event here?
Let us know!


interview community series introduction functional object framework language zendframework2 composer opinion example code conference release unittest podcast development tool testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework