<?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: How to Install and Configure ProFTPD in RHEL / CentOS / Fedora Linux</title> <atom:link href="http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: miguel</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-179077</link> <dc:creator>miguel</dc:creator> <pubDate>Thu, 09 Feb 2012 10:03:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-179077</guid> <description>Thank. Please note that
&quot;To jail users to theirs respective home directories, add following to config file:
DefaulRoot ~
&quot;
must be :
DefaultRoot ~
----
As always, proftpd -t6 will help checking syntax.. ;)</description> <content:encoded><![CDATA[<p>Thank. Please note that</p><p>&#8220;To jail users to theirs respective home directories, add following to config file:<br
/> DefaulRoot ~<br
/> &#8221;<br
/> must be :<br
/> DefaultRoot ~<br
/> &#8212;-</p><p>As always, proftpd -t6 will help checking syntax.. ;)</p> ]]></content:encoded> </item> <item><title>By: yoander</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-172864</link> <dc:creator>yoander</dc:creator> <pubDate>Fri, 29 Jul 2011 15:50:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-172864</guid> <description>Put in /etc/proftpd.conf the following directives:
# Define log file and log level
SystemLog                       /var/log/proftpd/ftpd.log
DebugLevel                      6
If not exists  /var/log/proftpd/ftpd.log then you must create it then tail -f  /var/log/proftpd/ftpd.log</description> <content:encoded><![CDATA[<p>Put in /etc/proftpd.conf the following directives:<br
/> # Define log file and log level<br
/> SystemLog                       /var/log/proftpd/ftpd.log<br
/> DebugLevel                      6<br
/> If not exists  /var/log/proftpd/ftpd.log then you must create it then tail -f  /var/log/proftpd/ftpd.log</p> ]]></content:encoded> </item> <item><title>By: yoander</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-172863</link> <dc:creator>yoander</dc:creator> <pubDate>Fri, 29 Jul 2011 15:46:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-172863</guid> <description>You virtual user must have UNIX write permission. so you can reach this with following commands: (as root). I suppose you virtual user gid is 5000
# chown -Rc :5000 /var/ftp/virt-user-home &amp;&amp; chmod -c g+w /var/ftp/virt-user-home</description> <content:encoded><![CDATA[<p>You virtual user must have UNIX write permission. so you can reach this with following commands: (as root). I suppose you virtual user gid is 5000<br
/> # chown -Rc :5000 /var/ftp/virt-user-home &amp;&amp; chmod -c g+w /var/ftp/virt-user-home</p> ]]></content:encoded> </item> <item><title>By: xzeth</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-172751</link> <dc:creator>xzeth</dc:creator> <pubDate>Mon, 25 Jul 2011 17:13:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-172751</guid> <description>Hi I run ftpasswd against /var/www I tried to create a file their but I got a permission denied how would I allow my virtual user to write there</description> <content:encoded><![CDATA[<p>Hi I run ftpasswd against /var/www I tried to create a file their but I got a permission denied how would I allow my virtual user to write there</p> ]]></content:encoded> </item> <item><title>By: jalal hajigholamali</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-172657</link> <dc:creator>jalal hajigholamali</dc:creator> <pubDate>Fri, 22 Jul 2011 07:51:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-172657</guid> <description>hi,
wget http://www.castaglia.org/proftpd/contrib/ftpasswd
chmod 755 ftpasswd</description> <content:encoded><![CDATA[<p>hi,<br
/> wget <a
href="http://www.castaglia.org/proftpd/contrib/ftpasswd" rel="nofollow">http://www.castaglia.org/proftpd/contrib/ftpasswd</a><br
/> chmod 755 ftpasswd</p> ]]></content:encoded> </item> <item><title>By: Humza Bobat</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-168863</link> <dc:creator>Humza Bobat</dc:creator> <pubDate>Sun, 20 Feb 2011 15:59:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-168863</guid> <description>The ftpasswd command is not availible to the default yum version, any way to install it manually, or do I have to comile the whole proftpd?</description> <content:encoded><![CDATA[<p>The ftpasswd command is not availible to the default yum version, any way to install it manually, or do I have to comile the whole proftpd?</p> ]]></content:encoded> </item> <item><title>By: Vishwanath</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-168680</link> <dc:creator>Vishwanath</dc:creator> <pubDate>Thu, 10 Feb 2011 03:18:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-168680</guid> <description>Is there any way to monitor clients connected to proftpd</description> <content:encoded><![CDATA[<p>Is there any way to monitor clients connected to proftpd</p> ]]></content:encoded> </item> <item><title>By: Harold Naparst</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-149691</link> <dc:creator>Harold Naparst</dc:creator> <pubDate>Sun, 26 Jul 2009 06:20:26 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-149691</guid> <description>proftpd is in the Dag repository, which you can add thus:
http://dag.wieers.com/rpm/FAQ.php#B1</description> <content:encoded><![CDATA[<p>proftpd is in the Dag repository, which you can add thus:</p><p><a
href="http://dag.wieers.com/rpm/FAQ.php#B1" rel="nofollow">http://dag.wieers.com/rpm/FAQ.php#B1</a></p> ]]></content:encoded> </item> <item><title>By: Sebas</title><link>http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html#comment-149101</link> <dc:creator>Sebas</dc:creator> <pubDate>Tue, 23 Jun 2009 19:33:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2322#comment-149101</guid> <description>proftpd is not in yum for CentOS</description> <content:encoded><![CDATA[<p>proftpd is not in yum for CentOS</p> ]]></content:encoded> </item> </channel> </rss>
