<?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>FAQforge &#187; pure-ftpd</title> <atom:link href="http://www.faqforge.com/tag/pure-ftpd/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Tue, 07 Sep 2010 19:06:55 +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>How to display hidden files with pure-ftpd on Debian and Ubuntu Linux</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-display-hidden-files-with-pure-ftpd-on-debian-an-ubuntu-linux/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-display-hidden-files-with-pure-ftpd-on-debian-an-ubuntu-linux/#comments</comments> <pubDate>Thu, 15 Oct 2009 11:48:21 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[FTP]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[pure-ftpd]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=232</guid> <description><![CDATA[If hidden files (files that start with a dot like .htaccess, .bash_history, .profile or .ssh) are not displayed in your FTP client, then they are most likely disabled in the FTP server. To enable hidden files in pure-ftpd on Debian and Ubuntu Linux, execute this command: echo &#34;yes&#34; &#38;gt; /etc/pure-ftpd/conf/DisplayDotFiles and then restart pureftpd.]]></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.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-display-hidden-files-with-pure-ftpd-on-debian-an-ubuntu-linux%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-display-hidden-files-with-pure-ftpd-on-debian-an-ubuntu-linux%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>If hidden files (files that start with a dot like .htaccess, .bash_history, .profile or .ssh) are not displayed in your FTP client, then they are most likely disabled in the FTP server. To enable hidden files in pure-ftpd on Debian and Ubuntu Linux, execute this command:<br
/><p
class="command">echo &quot;yes&quot; &amp;gt; /etc/pure-ftpd/conf/DisplayDotFiles</p></p><p>and then restart pureftpd.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-display-hidden-files-with-pure-ftpd-on-debian-an-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>pure-ftpd does not show more then 2000 files on Debian and Ubuntu</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/pure-ftpd-does-not-show-more-then-2000-files-on-debian-and-ubuntu/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig3/pure-ftpd-does-not-show-more-then-2000-files-on-debian-and-ubuntu/#comments</comments> <pubDate>Fri, 04 Sep 2009 10:57:37 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[FTP]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[pure-ftpd]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=191</guid> <description><![CDATA[The pure-ftp daemon by default has a recursion limit of 2000 files, this prevents the server from showing more then 2000 files when you browse a directory with a FTP client. To expand this Limit to e.g 5000 files, create or edit the file /etc/pure-ftpd/conf/LimitRecursion and add a line &#8220;5000 500&#8243;: echo &#34;5000 500&#34; &#38;gt; [...]]]></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.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fpure-ftpd-does-not-show-more-then-2000-files-on-debian-and-ubuntu%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fpure-ftpd-does-not-show-more-then-2000-files-on-debian-and-ubuntu%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>The pure-ftp daemon by default has a recursion limit of 2000 files, this prevents the server from showing more then 2000 files when you browse a directory with a FTP client. To expand this Limit to e.g 5000 files, create or edit the file <span
class="system">/etc/pure-ftpd/conf/LimitRecursion</span> and add a line &#8220;5000 500&#8243;:<br
/><p
class="command">echo &quot;5000 500&quot; &amp;gt; /etc/pure-ftpd/conf/LimitRecursion</p></p><p>and then restart pureftpd:<br
/><p
class="command">/etc/init.d/pure-ftpd-mysql restart</p></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig3/pure-ftpd-does-not-show-more-then-2000-files-on-debian-and-ubuntu/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to enable verbose logging in pure-ftpd on Debian Linux</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-enable-debugging-in-pure-ftpd-on-debian-linux/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-enable-debugging-in-pure-ftpd-on-debian-linux/#comments</comments> <pubDate>Fri, 24 Jul 2009 14:09:03 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[FTP]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[pure-ftpd]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=3</guid> <description><![CDATA[To turn on verbose logging (e.g. to debug FTP connection or authentication problems) in  pure-ftpd FTP server on Debian and Ubuntu Linux, execute the following command as root user in the shell: echo &#039;yes&#039; &#38;gt; /etc/pure-ftpd/conf/VerboseLog and then restart pure-ftpd /etc/init.d/pure-ftpd-mysql restart The debug output will be logged to syslog. To view the log content, [...]]]></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.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-enable-debugging-in-pure-ftpd-on-debian-linux%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fhow-to-enable-debugging-in-pure-ftpd-on-debian-linux%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>To turn on verbose logging (e.g. to debug FTP connection or authentication problems) in  pure-ftpd FTP server on Debian and Ubuntu Linux, execute the following command as root user in the shell:<br
/><p
class="command">echo &#039;yes&#039; &amp;gt; /etc/pure-ftpd/conf/VerboseLog</p></p><p>and then restart pure-ftpd<br
/><p
class="command">/etc/init.d/pure-ftpd-mysql restart</p></p><p>The debug output will be logged to syslog. To view the log content, execute:<br
/><p
class="command">tail -n 100 /var/log/syslog</p></p><p>To disable verbose logging, execute these commands:</p><p
class="command">rm -f /etc/pure-ftpd/conf/VerboseLog<br
/> /etc/init.d/pure-ftpd-mysql restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-enable-debugging-in-pure-ftpd-on-debian-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 11/31 queries in 0.017 seconds using disk

Served from: www.faqforge.com @ 2010-09-09 17:33:57 -->