<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>TechnoReaders.com &#187; ftp server</title> <atom:link href="http://www.technoreaders.com/tag/ftp-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.technoreaders.com</link> <description>choose excellence, success will follow....</description> <lastBuildDate>Wed, 28 Jul 2010 10:30:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>nanoFTPd: An ftp server written in PHP</title><link>http://www.technoreaders.com/2009/05/18/nanoftpd-an-ftp-server-written-in-php/</link> <comments>http://www.technoreaders.com/2009/05/18/nanoftpd-an-ftp-server-written-in-php/#comments</comments> <pubDate>Mon, 18 May 2009 16:52:59 +0000</pubDate> <dc:creator>Jigish Thakar</dc:creator> <category><![CDATA[code]]></category> <category><![CDATA[best performance]]></category> <category><![CDATA[change variables]]></category> <category><![CDATA[command line interface]]></category> <category><![CDATA[custom modules]]></category> <category><![CDATA[database interfaces]]></category> <category><![CDATA[database server]]></category> <category><![CDATA[ftp commands]]></category> <category><![CDATA[ftp server]]></category> <category><![CDATA[passive mode]]></category> <category><![CDATA[php extension]]></category> <category><![CDATA[posix]]></category> <category><![CDATA[sbin]]></category> <category><![CDATA[server mysql]]></category> <category><![CDATA[sockets]]></category> <category><![CDATA[stable]]></category> <category><![CDATA[subdirectories]]></category> <category><![CDATA[user authentication]]></category><guid isPermaLink="false">http://www.technoreaders.com/?p=1263</guid> <description><![CDATA[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). Features user authentication via a database/textfile mysql + posgresql [...]<p><a href="http://www.technoreaders.com/2009/05/18/nanoftpd-an-ftp-server-written-in-php/">nanoFTPd: An ftp server written in PHP</a> is a post from: <a href="http://www.technoreaders.com">TechnoReaders.com</a> <br /><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></p> ]]></description> <content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.technoreaders.com%2F2009%2F05%2F18%2Fnanoftpd-an-ftp-server-written-in-php%2F"><br /> <img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.technoreaders.com%2F2009%2F05%2F18%2Fnanoftpd-an-ftp-server-written-in-php%2F&amp;source=technoreaders&amp;style=normal" height="61" width="50" title="nanoFTPd: An ftp server written in PHP" alt=" nanoFTPd: An ftp server written in PHP" /><br /> </a></div><p>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).</p><p><strong>Features</strong></p><ul><li>user authentication via a database/textfile</li><li>mysql + posgresql support</li><li>passive mode</li><li>dynamic ip support</li><li>basic ftp commands</li><li>logging</li></ul><p><strong>Requirements</strong></p><ul><li>PHP 4.2.0 or above</li><li>A database server (mysql or postgres)</li><li>PHP extension: cli</li><li>PHP extension: sockets</li><li>PHP extension: posix</li></ul><p><strong>Note:</strong> for best performance, compile php with –disable-cgi</p><p><strong>Configuring</strong></p><p>before running nanoFTPD, you need to do the following:</p><p>1) change variables in config.php<br /> 2) change the first line of nanoftpd.php to the path of your php binary</p><p><strong>Installing</strong></p><p>installing is fairly straight forward. you only have to copy the whole directory (with subdirectories) into a directory of your choice… e.g. /usr/share/nanoftpd<br /> (working on a better structure — e.g. config.php into /etc, nanoftpd.php into<br /> /usr/sbin).</p><p><strong>Download</strong></p><p>You can download nanoftpd <a href="http://www.rawseo.com/tools.html">here</a></p><p><a href="http://www.rawseo.com/news/2009/05/18/an-ftp-server-written-in-php/" target="_blank">source</a></p><div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.technoreaders.com/2009/01/05/php-on-command-line/" rel="bookmark" class="crp_title">PHP on command line</a></li><li><a href="http://www.technoreaders.com/2009/07/23/web-based-chat-ajax-im/" rel="bookmark" class="crp_title">Web Based chat -ajax im</a></li><li><a href="http://www.technoreaders.com/2009/05/03/new-php-stuff-from-microsoft/" rel="bookmark" class="crp_title">New PHP stuff from Microsoft</a></li><li><a href="http://www.technoreaders.com/2008/10/11/flex-and-php/" rel="bookmark" class="crp_title">Flex and PHP</a></li><li><a href="http://www.technoreaders.com/2009/04/28/akelos-php-framework/" rel="bookmark" class="crp_title">Akelos PHP Framework</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p><a href="http://www.technoreaders.com/2009/05/18/nanoftpd-an-ftp-server-written-in-php/">nanoFTPd: An ftp server written in PHP</a> is a post from: <a href="http://www.technoreaders.com">TechnoReaders.com</a> <br /><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=dpthakar"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0" title="nanoFTPd: An ftp server written in PHP" /></a></p><h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.technoreaders.com/2009/01/05/php-on-command-line/" title="PHP on command line">PHP on command line</a></li><li><a href="http://www.technoreaders.com/2008/11/20/dynamically-generating-pdf-files-with-php-and-haru/" title="Dynamically Generating PDF Files with PHP and Haru ">Dynamically Generating PDF Files with PHP and Haru </a></li><li><a href="http://www.technoreaders.com/2008/10/13/what-is-adobemacromedia-flex/" title="What Is Adobe/Macromedia Flex?">What Is Adobe/Macromedia Flex?</a></li><li><a href="http://www.technoreaders.com/2008/10/11/flex-and-php/" title="Flex and PHP">Flex and PHP</a></li></ul>]]></content:encoded> <wfw:commentRss>http://www.technoreaders.com/2009/05/18/nanoftpd-an-ftp-server-written-in-php/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>