<?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/"
> <channel><title>Comments on: CentOS / Red Hat Linux Install VSFTPD FTP Server</title> <atom:link href="http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Paul</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-66461</link> <dc:creator>Paul</dc:creator> <pubDate>Fri, 06 Jan 2012 15:59:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-66461</guid> <description>Great article. It contains everything i needed. While other locations contained some important information, the information that really saved me was the allowing of port 21 through the firewall, since most OS don&#039;t have it as a default.</description> <content:encoded><![CDATA[<p>Great article. It contains everything i needed. While other locations contained some important information, the information that really saved me was the allowing of port 21 through the firewall, since most OS don&#8217;t have it as a default.</p> ]]></content:encoded> </item> <item><title>By: martin</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-64728</link> <dc:creator>martin</dc:creator> <pubDate>Tue, 22 Nov 2011 17:08:45 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-64728</guid> <description>Quick, simple, elegant article - thanks.</description> <content:encoded><![CDATA[<p>Quick, simple, elegant article &#8211; thanks.</p> ]]></content:encoded> </item> <item><title>By: Flenix</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-63797</link> <dc:creator>Flenix</dc:creator> <pubDate>Sat, 22 Oct 2011 09:19:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-63797</guid> <description>This guide is sort of useless. Could you not tell us the expected output, so we know we&#039;ve done it right?</description> <content:encoded><![CDATA[<p>This guide is sort of useless. Could you not tell us the expected output, so we know we&#8217;ve done it right?</p> ]]></content:encoded> </item> <item><title>By: Tahir Mehmood</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-55837</link> <dc:creator>Tahir Mehmood</dc:creator> <pubDate>Mon, 21 Feb 2011 09:30:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-55837</guid> <description>simple and to the point article, very useful for beginners. thaks.</description> <content:encoded><![CDATA[<p>simple and to the point article, very useful for beginners. thaks.</p> ]]></content:encoded> </item> <item><title>By: Ying</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-46433</link> <dc:creator>Ying</dc:creator> <pubDate>Mon, 15 Mar 2010 14:40:54 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-46433</guid> <description>File size for FTP
Can we limit file size for FTP ? Download/upload not over 2 MB size ? or something like that ?</description> <content:encoded><![CDATA[<p>File size for FTP<br
/> Can we limit file size for FTP ? Download/upload not over 2 MB size ? or something like that ?</p> ]]></content:encoded> </item> <item><title>By: Juddling</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-41978</link> <dc:creator>Juddling</dc:creator> <pubDate>Tue, 09 Jun 2009 13:07:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-41978</guid> <description>I had to add this to my /etc/vsftpd/vsftpd.conf:
pasv_min_port=12000
pasv_max_port=12003
And the firewall exception:
-A RH-Firewall-1-INPUT -p tcp -m tcp -m state --dport 12000:12003 --state NEW -j ACCEPT
But it all works now :)</description> <content:encoded><![CDATA[<p>I had to add this to my /etc/vsftpd/vsftpd.conf:</p><p>pasv_min_port=12000<br
/> pasv_max_port=12003</p><p>And the firewall exception:</p><p>-A RH-Firewall-1-INPUT -p tcp -m tcp -m state &#8211;dport 12000:12003 &#8211;state NEW -j ACCEPT</p><p>But it all works now :)</p> ]]></content:encoded> </item> <item><title>By: ketan</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-41379</link> <dc:creator>ketan</dc:creator> <pubDate>Tue, 28 Apr 2009 14:11:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-41379</guid> <description>when we create yum server that time we use cmmand
cp -dpr  *  /var/ftp/pub
i want to ask that why we copy that in /var/ftp/pub and what we copy</description> <content:encoded><![CDATA[<p>when we create yum server that time we use cmmand<br
/> cp -dpr  *  /var/ftp/pub<br
/> i want to ask that why we copy that in /var/ftp/pub and what we copy</p> ]]></content:encoded> </item> <item><title>By: sankar</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-40621</link> <dc:creator>sankar</dc:creator> <pubDate>Fri, 06 Mar 2009 10:02:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-40621</guid> <description>here mentioned only iptables concept. I may except /etc/vsftpd/vsftpd.conf</description> <content:encoded><![CDATA[<p>here mentioned only iptables concept. I may except /etc/vsftpd/vsftpd.conf</p> ]]></content:encoded> </item> <item><title>By: sky</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-38076</link> <dc:creator>sky</dc:creator> <pubDate>Wed, 11 Jun 2008 07:18:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-38076</guid> <description>pls send the details.... configuration of ftp server in linux</description> <content:encoded><![CDATA[<p>pls send the details&#8230;. configuration of ftp server in linux</p> ]]></content:encoded> </item> <item><title>By: chika</title><link>http://www.cyberciti.biz/faq/rhel-centos-linux-install-ftp-server/#comment-37972</link> <dc:creator>chika</dc:creator> <pubDate>Thu, 22 May 2008 22:29:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1068#comment-37972</guid> <description>ho3...
how about proftpd vs vsftpd?
i wanna install this kind of application soon...</description> <content:encoded><![CDATA[<p>ho3&#8230;</p><p>how about proftpd vs vsftpd?<br
/> i wanna install this kind of application soon&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
