<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Set up an anonymous FTP server with vsftpd in less than a minute</title>
	<atom:link href="http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pankaj Rana</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-18846</link>
		<dc:creator>Pankaj Rana</dc:creator>
		<pubDate>Tue, 30 Aug 2011 12:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-18846</guid>
		<description>i tried this
its working
but i am unable to open ftp on ms windows xp</description>
		<content:encoded><![CDATA[<p>i tried this<br />
its working<br />
but i am unable to open ftp on ms windows xp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David D.</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-14039</link>
		<dc:creator>David D.</dc:creator>
		<pubDate>Wed, 06 Oct 2010 01:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-14039</guid>
		<description>Exactly what i was looking for! Thanks mate!</description>
		<content:encoded><![CDATA[<p>Exactly what i was looking for! Thanks mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dE</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-13112</link>
		<dc:creator>dE</dc:creator>
		<pubDate>Sat, 04 Sep 2010 06:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-13112</guid>
		<description>&quot;Create bind mounts of the directories you want to share in the anon_root directory.&quot;
This does not work directly. You have to bind in a subfolder for it to work.
vsftpd has major issues IMO.</description>
		<content:encoded><![CDATA[<p>&#8220;Create bind mounts of the directories you want to share in the anon_root directory.&#8221;</p>
<p>This does not work directly. You have to bind in a subfolder for it to work.</p>
<p>vsftpd has major issues IMO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-11666</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Tue, 27 Jan 2009 06:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-11666</guid>
		<description>Agile: You do not need an FTP server in order to setup webdav. You can consider WebDav as an FTP replacement.
As for the connectivity problems, please make sure that you have opened the relevant ports (21 for FTP, 80 for HTTP) in the server&#039;s firewall. Having set up your firewall correctly, setup an anonymous FTP service as described in the article above, and try to connect from other machines.
Finally, you should not use &quot;localhost&quot; as the server address when connecting from other machines, but use the server&#039;s IP instead.</description>
		<content:encoded><![CDATA[<p>Agile: You do not need an FTP server in order to setup webdav. You can consider WebDav as an FTP replacement.</p>
<p>As for the connectivity problems, please make sure that you have opened the relevant ports (21 for FTP, 80 for HTTP) in the server&#8217;s firewall. Having set up your firewall correctly, setup an anonymous FTP service as described in the article above, and try to connect from other machines.</p>
<p>Finally, you should not use &#8220;localhost&#8221; as the server address when connecting from other machines, but use the server&#8217;s IP instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agile</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-11665</link>
		<dc:creator>Agile</dc:creator>
		<pubDate>Mon, 26 Jan 2009 22:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-11665</guid>
		<description>Anyone have instructions on how to set up WebDAV. Also, don&#039;t you need a ftp
running server too?
My problem is when is use ftp://agile@localhost it works (with both httpd and vsftpd
running.)
But if I try it from another host if fails. Error in log file for vsftpd indicates
incorrect login.  But I can login to vsftpd with /usr/bin/ftp without any problems.
Any leads on how to resolve the problem would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Anyone have instructions on how to set up WebDAV. Also, don&#8217;t you need a ftp<br />
running server too? </p>
<p>My problem is when is use <a href="ftp://agile@localhost" rel="nofollow">ftp://agile@localhost</a> it works (with both httpd and vsftpd<br />
running.) </p>
<p>But if I try it from another host if fails. Error in log file for vsftpd indicates<br />
incorrect login.  But I can login to vsftpd with /usr/bin/ftp without any problems.</p>
<p>Any leads on how to resolve the problem would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-11606</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-11606</guid>
		<description>Although I haven&#039;t used webdav as much, I agree and I will probably check it out extensively whenever I have enough spare time. However, this was supposed to be a very quick way to make the installation tree of the linux distribution available across the network and ftp seemed like the ideal solution for a quick setup.
Thanks for your feedback :-)</description>
		<content:encoded><![CDATA[<p>Although I haven&#8217;t used webdav as much, I agree and I will probably check it out extensively whenever I have enough spare time. However, this was supposed to be a very quick way to make the installation tree of the linux distribution available across the network and ftp seemed like the ideal solution for a quick setup.</p>
<p>Thanks for your feedback :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D</title>
		<link>http://www.g-loaded.eu/2008/12/02/set-up-an-anonymous-ftp-server-with-vsftpd-in-less-than-a-minute/#comment-11604</link>
		<dc:creator>D</dc:creator>
		<pubDate>Thu, 11 Dec 2008 03:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=706#comment-11604</guid>
		<description>FTP is an obsolete and outdated protocol.
Anyone using FTP should seriously consider using WebDAV.
Since DAV works over HTTP, you get all the benefits of HTTP that FTP cannot provide. For example: strong authentication, encryption, proxy support, and caching. It is true that you can get some of this through SSH, but the HTTP infrastructure is much more widely deployed than SSH. Further, SSH does not have the wide complement of tools, development libraries, and applications that HTTP does.
DAV transfers (well, HTTP transfers) are also more efficient than FTP. You can pipeline multiple transfers through a single TCP connection, whereas FTP requires a new connection for each file transferred (plus the control connection).</description>
		<content:encoded><![CDATA[<p>FTP is an obsolete and outdated protocol.<br />
Anyone using FTP should seriously consider using WebDAV.</p>
<p>Since DAV works over HTTP, you get all the benefits of HTTP that FTP cannot provide. For example: strong authentication, encryption, proxy support, and caching. It is true that you can get some of this through SSH, but the HTTP infrastructure is much more widely deployed than SSH. Further, SSH does not have the wide complement of tools, development libraries, and applications that HTTP does. </p>
<p>DAV transfers (well, HTTP transfers) are also more efficient than FTP. You can pipeline multiple transfers through a single TCP connection, whereas FTP requires a new connection for each file transferred (plus the control connection).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

