<?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: Installing ProFTPD Server on RHEL/CentOS 8/7	</title>
	<atom:link href="https://www.tecmint.com/install-proftpd-in-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-proftpd-in-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 11 May 2021 07:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-1488628</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 11 May 2021 07:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8513#comment-1488628</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-1488353&quot;&gt;Ramkrish&lt;/a&gt;.

@Ramkrish,

Check this article to change FTP Port - https://www.tecmint.com/change-ftp-port-in-linux/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-1488353">Ramkrish</a>.</p>
<p>@Ramkrish,</p>
<p>Check this article to change FTP Port &#8211; <a target="_blank" href="https://www.tecmint.com/change-ftp-port-in-linux/" rel="ugc">https://www.tecmint.com/change-ftp-port-in-linux/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ramkrish		</title>
		<link>https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-1488353</link>

		<dc:creator><![CDATA[Ramkrish]]></dc:creator>
		<pubDate>Mon, 10 May 2021 17:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8513#comment-1488353</guid>

					<description><![CDATA[I want to change the FTP port number from 22 to 2216]]></description>
			<content:encoded><![CDATA[<p>I want to change the FTP port number from 22 to 2216</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sai		</title>
		<link>https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-1098173</link>

		<dc:creator><![CDATA[Sai]]></dc:creator>
		<pubDate>Thu, 31 Jan 2019 00:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8513#comment-1098173</guid>

					<description><![CDATA[Hi,

I wanted to add configuration settings that proftpd authenticates using openLDAP and creates a chroot directory for each user, can any one direct me in this regards. You help would be much appreciated.

Thanks,
Sai]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I wanted to add configuration settings that proftpd authenticates using openLDAP and creates a chroot directory for each user, can any one direct me in this regards. You help would be much appreciated.</p>
<p>Thanks,<br />
Sai</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matei Cezar		</title>
		<link>https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-888539</link>

		<dc:creator><![CDATA[Matei Cezar]]></dc:creator>
		<pubDate>Mon, 08 May 2017 12:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8513#comment-888539</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-888365&quot;&gt;Morris R.&lt;/a&gt;.

Create user with home directory in &lt;strong&gt;/var/www&lt;/strong&gt; system path by issuing the below command:
&lt;pre&gt;
# useradd -md /var/www your_user
&lt;/pre&gt;
Or setup &lt;strong&gt;/var/www&lt;/strong&gt; for already existing users with the same home as above with: 
&lt;pre&gt;
# usermoad -d /var/www your_user
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-888365">Morris R.</a>.</p>
<p>Create user with home directory in <strong>/var/www</strong> system path by issuing the below command:</p>
<pre>
# useradd -md /var/www your_user
</pre>
<p>Or setup <strong>/var/www</strong> for already existing users with the same home as above with: </p>
<pre>
# usermoad -d /var/www your_user
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Morris R.		</title>
		<link>https://www.tecmint.com/install-proftpd-in-centos-7/comment-page-1/#comment-888365</link>

		<dc:creator><![CDATA[Morris R.]]></dc:creator>
		<pubDate>Sun, 07 May 2017 19:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8513#comment-888365</guid>

					<description><![CDATA[How to give ftp users access to /var/www?
Thanks]]></description>
			<content:encoded><![CDATA[<p>How to give ftp users access to /var/www?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
