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

Padraic Brady's Blog: ZF Blog App - Part 4: Design with Blueprint CSS & Zend_Layout

Simon Jodet: Partial mocks with Mockery

DevShed: Defining Some Custom PHP Functions with Yahoo Web Services

PHPRiot.com: Zend Framework 101: Zend_Oauth

DevShed: Developing a Form Director Class


Community Events











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


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

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