<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.net" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - FTP</title>
 <link>http://www.howtoforge.net/taxonomy/term/35/0</link>
 <description>
</description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.net/taxonomy/term/35/0/feed" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - FTP</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.net/taxonomy/term/35/0</link>
 </image>

<item>
 <title>Setting Up ProFTPd + TLS On Ubuntu 8.10 (Intrepid Ibex)</title>
 <link>http://www.howtoforge.net/setting-up-proftpd-tls-on-ubuntu-8.10</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;96&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-odd&quot; src=&quot;http://images.howtoforge.com/images/teaser/proftpd.gif&quot; width=&quot;93&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Setting Up ProFTPd + TLS On Ubuntu 8.10 (Intrepid Ibex)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;FTP is a very insecure protocol because all passwords and all data
are transferred in clear text. By using TLS, the whole communication
can be encrypted, thus making FTP much more secure. This article
explains how to set up ProFTPd with TLS on an Ubuntu 8.10 server.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.net/sitemap/security">Security</category>
 <pubDate>Sun, 16 Nov 2008 19:23:24 +0100</pubDate>
 <guid>http://www.howtoforge.net/setting-up-proftpd-tls-on-ubuntu-8.10</guid>
 <comments>http://www.howtoforge.net/setting-up-proftpd-tls-on-ubuntu-8.10#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.0</title>
 <link>http://www.howtoforge.net/virtual-hosting-with-pureftpd-mysql-on-mandriva-2009.0</link>
 <description>&lt;table align=&quot;left&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;43&quot; height=&quot;40&quot; style=&quot;margin-top:0px;margin-bottom:0px;&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img class=&quot;teaser-image-even&quot; src=&quot;http://images.howtoforge.com/images/teaser/mandriva.gif&quot; width=&quot;40&quot; height=&quot;40&quot; alt=&quot;&quot; /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Fri, 07 Nov 2008 12:29:55 +0100</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-with-pureftpd-mysql-on-mandriva-2009.0</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-with-pureftpd-mysql-on-mandriva-2009.0#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9</title>
 <link>http://www.howtoforge.net/virtual-hosting-with-pureftpd-mysql-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Thu, 24 Jul 2008 18:08:24 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-with-pureftpd-mysql-fedora9</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-with-pureftpd-mysql-fedora9#comment</comments>
</item>
<item>
 <title>Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9</title>
 <link>http://www.howtoforge.net/virtual-hosting-with-proftpd-and-mysql-fedora9</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 9&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Proftpd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota with
this setup.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Sun, 13 Jul 2008 19:10:45 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-with-proftpd-and-mysql-fedora9</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-with-proftpd-and-mysql-fedora9#comment</comments>
</item>
<item>
 <title>Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 8.04 LTS</title>
 <link>http://www.howtoforge.net/virtual-hosting-with-proftpd-and-mysql-ubuntu-8.04</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Ubuntu 8.04 LTS&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Proftpd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota with
this setup.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Tue, 01 Jul 2008 18:09:50 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-with-proftpd-and-mysql-ubuntu-8.04</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-with-proftpd-and-mysql-ubuntu-8.04#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2008 Spring</title>
 <link>http://www.howtoforge.net/virtual-hosting-pureftpd-mysql-mandriva-2008-spring</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2008 Spring&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Sun, 20 Apr 2008 18:39:10 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-pureftpd-mysql-mandriva-2008-spring</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-pureftpd-mysql-mandriva-2008-spring#comment</comments>
</item>
<item>
 <title>How to Secure VSFTP with SSL and Two-factor Authentication</title>
 <link>http://www.howtoforge.net/securing-vsftp-with-ssl-and-two-factor-authentication</link>
 <description>&lt;P&gt;&lt;B&gt;How to Secure VSFTP with SSL and Two-factor Authentication&lt;/b&gt;&lt;/p&gt;&lt;P&gt;Recently, there was a report from Finjan that administrator credentials for over 9,000 FTP servers were for sale. Then, F-Secure noted an increase in FTP-based attacks. Many companies and organization still use FTP extensively. If you&#039;re running an FTP server and you think you&#039;re admin credentials might be one of those 9,000, you should consider implementing two-factor authentication for SSH, which will then also give you two-factor authentication for SCP.  This document shows how to configure the popular and secure VSFTP to use SSL for encryption and WiKID for two-factor authentication for your FTP users.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.net/sitemap/security">Security</category>
 <pubDate>Mon, 24 Mar 2008 17:01:57 +0100</pubDate>
 <guid>http://www.howtoforge.net/securing-vsftp-with-ssl-and-two-factor-authentication</guid>
 <comments>http://www.howtoforge.net/securing-vsftp-with-ssl-and-two-factor-authentication#comment</comments>
</item>
<item>
 <title>Virtual Hosting Howto With Virtualmin On CentOS 5.1</title>
 <link>http://www.howtoforge.net/virtual-hosting-with-virtualmin-on-centos5.1</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting Howto With Virtualmin On CentOS 5.1&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;
This tutorial shows how to set up a CentOS 5.x server to offer all
services needed by virtual web hosters. These include web hosting, smtp
server with (SMTP-AUTH and TLS, SPF, DKIM, Domainkeys), DNS, FTP,
MySQL, POP3/IMAP, Firewall, Webalizer for stats.
&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/email/antispam-antivirus">Anti-Spam/Virus</category>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/control-panels">Control Panels</category>
 <category domain="http://www.howtoforge.net/sitemap/dns">DNS</category>
 <category domain="http://www.howtoforge.net/sitemap/email">Email</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.net/sitemap/mysql">MySQL</category>
 <category domain="http://www.howtoforge.net/sitemap/email/postfix">Postfix</category>
 <pubDate>Sun, 02 Mar 2008 18:34:44 +0100</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-with-virtualmin-on-centos5.1</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-with-virtualmin-on-centos5.1#comment</comments>
</item>
<item>
 <title>Setting Up ProFTPd + TLS On Debian Etch</title>
 <link>http://www.howtoforge.net/proftpd-tls-debian-etch</link>
 <description>&lt;p&gt;&lt;b&gt;Setting Up ProFTPd + TLS On Debian Etch&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;FTP is a very insecure protocol because all passwords and all data
are transferred in clear text. By using TLS, the whole communication
can be encrypted, thus making FTP much more secure. This article
explains how to set up ProFTPd with TLS on a Debian Etch server. &lt;/p&gt;</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <category domain="http://www.howtoforge.net/sitemap/security">Security</category>
 <pubDate>Mon, 10 Dec 2007 19:17:18 +0100</pubDate>
 <guid>http://www.howtoforge.net/proftpd-tls-debian-etch</guid>
 <comments>http://www.howtoforge.net/proftpd-tls-debian-etch#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 7.10 (Gutsy Gibbon)</title>
 <link>http://www.howtoforge.net/virtual-hosting-with-pureftpd-and-mysql-ubuntu-7.10</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 7.10 (Gutsy Gibbon)&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/ubuntu">Ubuntu</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Wed, 07 Nov 2007 17:30:53 +0100</pubDate>
 <guid>http://www.howtoforge.net/virtual-hosting-with-pureftpd-and-mysql-ubuntu-7.10</guid>
 <comments>http://www.howtoforge.net/virtual-hosting-with-pureftpd-and-mysql-ubuntu-7.10#comment</comments>
</item>
<item>
 <title>Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 7</title>
 <link>http://www.howtoforge.net/virtual_hosting_with_proftpd_and_mysql_fedora7</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With Proftpd And MySQL (Incl. Quota) On Fedora 7&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a Proftpd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota with
this setup.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Sun, 12 Aug 2007 17:39:37 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual_hosting_with_proftpd_and_mysql_fedora7</guid>
 <comments>http://www.howtoforge.net/virtual_hosting_with_proftpd_and_mysql_fedora7#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 5.0</title>
 <link>http://www.howtoforge.net/virtual_hosting_with_pureftpd_and_mysql_centos5.0</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On CentOS 5.0&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/centos">CentOS</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Tue, 24 Jul 2007 17:58:16 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual_hosting_with_pureftpd_and_mysql_centos5.0</guid>
 <comments>http://www.howtoforge.net/virtual_hosting_with_pureftpd_and_mysql_centos5.0#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2007 Spring</title>
 <link>http://www.howtoforge.net/virtual_hosting_pureftpd_mysql_mandriva2007_spring</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2007 Spring&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/mandriva">Mandriva</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Tue, 17 Jul 2007 18:25:22 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual_hosting_pureftpd_mysql_mandriva2007_spring</guid>
 <comments>http://www.howtoforge.net/virtual_hosting_pureftpd_mysql_mandriva2007_spring#comment</comments>
</item>
<item>
 <title>Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 7</title>
 <link>http://www.howtoforge.net/virtual_hosting_with_pureftpd_and_mysql_fedora7</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 7&lt;/b&gt; &lt;/p&gt;

&lt;p&gt;This document describes how to install a PureFTPd server that uses
virtual users from a MySQL database instead of real system users. This
is much more performant and allows to have thousands of ftp users on a
single machine. In addition to that I will show the use of quota and
upload/download bandwidth limits with this setup. Passwords will be
stored encrypted as MD5 strings in the database.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/fedora">Fedora</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Tue, 10 Jul 2007 16:29:19 +0200</pubDate>
 <guid>http://www.howtoforge.net/virtual_hosting_with_pureftpd_and_mysql_fedora7</guid>
 <comments>http://www.howtoforge.net/virtual_hosting_with_pureftpd_and_mysql_fedora7#comment</comments>
</item>
<item>
 <title>Virtual Hosting With vsftpd And MySQL On Debian Etch</title>
 <link>http://www.howtoforge.net/vsftpd_mysql_debian_etch</link>
 <description>&lt;p&gt;&lt;b&gt;Virtual Hosting With vsftpd And MySQL On Debian Etch&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Vsftpd is one of the most secure and fastest FTP servers for Linux.
Usually vsftpd is configured to work with system users. This document
describes how to install a vsftpd server that uses virtual users from a
MySQL database instead of real system users. This is much more
performant and allows to have thousands of ftp users on a single
machine.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.net/sitemap/linux/debian">Debian</category>
 <category domain="http://www.howtoforge.net/sitemap/ftp">FTP</category>
 <pubDate>Sun, 24 Jun 2007 19:02:03 +0200</pubDate>
 <guid>http://www.howtoforge.net/vsftpd_mysql_debian_etch</guid>
 <comments>http://www.howtoforge.net/vsftpd_mysql_debian_etch#comment</comments>
</item>
</channel>
</rss>
