<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 00:36:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Justin's Blog: An ftp server written in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12538</guid>
      <link>http://www.phpdeveloper.org/news/12538</link>
      <description><![CDATA[<p>
<i>Justin</i> has <a href="http://www.rawseo.com/news/2009/05/18/an-ftp-server-written-in-php/">written up a quick look</a> at a FTP server that's been written entirely in PHP - <a href="http://www.rawseo.com/tools.html">nanoFTP</a>.
</p>
<blockquote>
nanoFTPd is an ftp daemon written in php. as of version 4.2.0, php supports the command-line interface (stable since 4.3.0), which nanoFTPd relies on. nanoFTPd is modular, so it's easy to add custom modules and other stuff, like different database interfaces (currently supports mysql and postgresql).
</blockquote>
<p>
The server allows for a lot of the usual FTP functionality - uploads, downloads, user authentication, logging, etc. It works with PHP 4.2 and above and is pretty simple to install.
</p>]]></description>
      <pubDate>Tue, 19 May 2009 10:40:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[JSLabs Blog:  An ftp server written in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7377</guid>
      <link>http://www.phpdeveloper.org/news/7377</link>
      <description><![CDATA[<p>
In a <a href="http://www.whenpenguinsattack.com/2007/03/05/an-ftp-server-written-in-php/">new post</a> to the JSLabs blog today, <i>Justin Silverton</i> mentions a FTP server that's been created entirely in PHP - <a href="http://www.jaslabs.com/downloads">nanoFTP</a>.
</p>
<blockquote>
nanoFTPd is an ftp daemon written in php. as of version 4.2.0, php supports the command-line interface (stable since 4.3.0), which nanoFTPd relies on. nanoFTPd is modular, so it's easy to add custom modules and other stuff, like different database interfaces (currently supports mysql and postgresql).
</blockquote>
<p>
Features of <a href="http://www.jaslabs.com/downloads">the app</a> include user authentication via a database or text file, dynamic IP support, and most of the usual FTP goodies you're used to in a server. You'll need at least PHP 4.2.0 to get it up and running, but configuration is simple and installations it just as easy. You can grab the software from <a href="http://www.jaslabs.com/downloads">their website</a>.
</p>]]></description>
      <pubDate>Mon, 05 Mar 2007 08:27:00 -0600</pubDate>
    </item>
  </channel>
</rss>
