<?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>Linux Server Training &#187; FTP Server</title>
	<atom:link href="http://beginlinux.com/blog/category/ftp-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginlinux.com/blog</link>
	<description>Linux Server Training Tutorials and Courses</description>
	<lastBuildDate>Thu, 15 Jul 2010 06:55:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu 9.10: Chroot Jail for FTP</title>
		<link>http://beginlinux.com/blog/2009/10/ubuntu-9-10-chroot-jail-for-ftp/</link>
		<comments>http://beginlinux.com/blog/2009/10/ubuntu-9-10-chroot-jail-for-ftp/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:42:02 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[chroot jail]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Ubuntu FTP]]></category>
		<category><![CDATA[Ubuntu Secure FTP]]></category>

		<guid isPermaLink="false">http://beginlinux.com/blog/?p=949</guid>
		<description><![CDATA[Chroot Jail for FTP Users One concern when users FTP into your server, is that by default users who have accounts can roam your server to view contents of files. VSFTPD by default does not allow user logins, it allows anonymous by default. Anonymous users by default are locked into the directory that they login [...]]]></description>
		<wfw:commentRss>http://beginlinux.com/blog/2009/10/ubuntu-9-10-chroot-jail-for-ftp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10: FTP Connections</title>
		<link>http://beginlinux.com/blog/2009/10/ubuntu-9-10-ftp-connections/</link>
		<comments>http://beginlinux.com/blog/2009/10/ubuntu-9-10-ftp-connections/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 14:07:59 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Ubuntu VSFTPD]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://beginlinux.com/blog/?p=938</guid>
		<description><![CDATA[When you are using a FTP server you can connect using either Active or Passive connections.  Each has advantages and disadvantages. When you set up FTP, in this example using VSFTPD, you need to make this connection decision.  Active connections are safest for the server but at times may not work for some clients.  Passive [...]]]></description>
		<wfw:commentRss>http://beginlinux.com/blog/2009/10/ubuntu-9-10-ftp-connections/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Secure FTP with SSL on CentOS</title>
		<link>http://beginlinux.com/blog/2009/01/secure-ftp-with-ssl-on-centos/</link>
		<comments>http://beginlinux.com/blog/2009/01/secure-ftp-with-ssl-on-centos/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 13:50:14 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[ftps]]></category>
		<category><![CDATA[ftps on Centos]]></category>
		<category><![CDATA[secure ftp]]></category>
		<category><![CDATA[ssl ftp]]></category>

		<guid isPermaLink="false">http://beginlinux.com/blog/?p=186</guid>
		<description><![CDATA[FTP communication is not secure, all communication is plain text and can be easily captured. Despite this serious weakness, few do anything to secure it. There are simple ways to correct this with VSFTPD. SSL/TLS With FTP FTPS is also known as FTPS Secure or FTP-SSL.  What FTPS does is add the Transport Layer Security [...]]]></description>
		<wfw:commentRss>http://beginlinux.com/blog/2009/01/secure-ftp-with-ssl-on-centos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VSFTPD and SELinux on CentOS</title>
		<link>http://beginlinux.com/blog/2008/11/vsftpd-and-selinux-on-centos/</link>
		<comments>http://beginlinux.com/blog/2008/11/vsftpd-and-selinux-on-centos/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 16:46:46 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ftp and selinux]]></category>
		<category><![CDATA[ftp security]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[vsftpd]]></category>
		<category><![CDATA[vsftpd security]]></category>
		<category><![CDATA[vsftpd selinux]]></category>

		<guid isPermaLink="false">http://beginlinux.com/blog/?p=63</guid>
		<description><![CDATA[There are 5 SELinux directives that correspond to VSFTPD and offer protection.  These must be evaluated closely if you are using SELinux so that you do not produce errors. allow_ftpd_anon_write &#8211;&#62; permits the writing of files to directories configured with the public_content_rw_t setting. allow_ftpd_use_cifs &#8211;&#62; permits the use of files that are shared via CIFS [...]]]></description>
		<wfw:commentRss>http://beginlinux.com/blog/2008/11/vsftpd-and-selinux-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Security Issues With FTP</title>
		<link>http://beginlinux.com/blog/2008/11/security-issues-with-ftp/</link>
		<comments>http://beginlinux.com/blog/2008/11/security-issues-with-ftp/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 11:12:20 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp security]]></category>

		<guid isPermaLink="false">http://beginlinux.com/blog/?p=27</guid>
		<description><![CDATA[FTP, file transfer protocol, is widely used on the Internet for transferring files. Though FTP has a terrible security record it continues to be very popular, mainly because it is so simple to setup and use. There is a great deal of FTP software available. WU-FTPD, the Washington University FTP daemon, has been a popular [...]]]></description>
		<wfw:commentRss>http://beginlinux.com/blog/2008/11/security-issues-with-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
