<?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>Proftpd in Centos Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/proftpd-in-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 27 May 2019 13:36:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install PROFTPD on RHEL 8</title>
		<link>https://www.osradar.com/how-to-install-proftpd-on-rhel-8/</link>
					<comments>https://www.osradar.com/how-to-install-proftpd-on-rhel-8/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Mon, 27 May 2019 13:36:33 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp server]]></category>
		<category><![CDATA[Proftpd in Centos]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12051</guid>

					<description><![CDATA[<p>ProFTPD (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD’s primary design goal is to be a highly [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-proftpd-on-rhel-8/">How to install PROFTPD on RHEL 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>ProFTPD</strong> (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD’s primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user. By following below instruction you will learn that how to intsall PROFTPD on <strong>RHEL 8</strong> server.</p>
<h3><strong>STEP 1:</strong><br />
Install epel release on <strong>RHEL 8</strong></h3>
<p>We must install EPEL Repository so we can install PROFTPD with all dependencies.</p>
<p>Use below commands, download epel rpm and install it using dnf command.</p>
<pre># cd /tmp

# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
ls *.rpm

# dnf install epel-release-latest-7.noarch.rpm -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12052" src="https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-300x180.png" alt="" width="672" height="403" srcset="https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/1-RHEL-8-proftpd.png 1280w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p><img loading="lazy" class="alignnone wp-image-12053" src="https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--300x180.png" alt="" width="662" height="397" srcset="https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8--700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/2-install-proftpd-RHEL-8-.png 1280w" sizes="(max-width: 662px) 100vw, 662px" /></p>
<h3><strong>STEP 2:</strong><br />
Download Necessary Packages for PROFTPD</h3>
<p><strong>Use below commands to download and install GeoIP daemon</strong></p>
<pre># wget http://mirror.centos.org/centos/7/os/x86_64/Packages/GeoIP-1.5.0-13.el7.x86_64.rpm


# dnf install GeoIP-1.5.0-13.el7.x86_64.rpm -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12054" src="https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-300x180.png" alt="" width="672" height="403" srcset="https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/3-proftpd-on-RHEL-8.png 1280w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<p><strong>Use below commands to download and install tcp_wrappers-libs</strong></p>
<pre># wget http://mirror.centos.org/centos/7/os/x86_64/Packages/tcp_wrappers-libs-7.6-77.el7.x86_64.rpm

# dnf install tcp_wrappers-libs-7.6-77.el7.x86_64.rpm -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12055" src="https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-300x180.png" alt="" width="673" height="404" srcset="https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/4-RHEL-8.png 1280w" sizes="(max-width: 673px) 100vw, 673px" /></p>
<h3><strong>STEP 3:</strong><br />
Now PROFTPD is ready to install just use below command and install it.</h3>
<pre># dnf install proftpd -y</pre>
<p><img loading="lazy" class="alignnone wp-image-12056" src="https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-300x180.png" alt="" width="677" height="406" srcset="https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/5-install-proftpd-on-RHEL-8.png 1280w" sizes="(max-width: 677px) 100vw, 677px" /></p>
<h3><strong>STEP 4:</strong><br />
Enable FTP ports in Firewall</h3>
<pre># firewall-cmd --add-service=ftp --permanent --zone=public
# firewall-cmd --reload</pre>
<p><img loading="lazy" class="alignnone wp-image-12057" src="https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-300x180.png" alt="" width="667" height="400" srcset="https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/6-RHEL-8.png 1280w" sizes="(max-width: 667px) 100vw, 667px" /></p>
<h3><strong>STEP 5:<br />
</strong>Create FTP user</h3>
<p>Command to create user (where osradar can be replaced with any name you want)</p>
<pre># useradd  osradar</pre>
<p>&nbsp;</p>
<p>Command to set password for user osradar</p>
<pre># passwd osradar</pre>
<p><img loading="lazy" class="alignnone wp-image-12058" src="https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-300x180.png" alt="" width="672" height="403" srcset="https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-1024x614.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-1068x641.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8-700x420.png 700w, https://www.osradar.com/wp-content/uploads/2019/05/7-RHEL-8.png 1280w" sizes="(max-width: 672px) 100vw, 672px" /></p>
<h3><strong>STEP 6:<br />
</strong>Start PROFTPD service and Enable to automatically start on boot<strong><br />
</strong></h3>
<pre># systemctl start proftpd

# systemctl enable proftpd</pre>
<p><img loading="lazy" class="alignnone wp-image-12059" src="https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-300x69.png" alt="" width="670" height="154" srcset="https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-300x69.png 300w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-768x176.png 768w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-1024x235.png 1024w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-696x160.png 696w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8-1068x245.png 1068w, https://www.osradar.com/wp-content/uploads/2019/05/8-RHEL-8.png 1280w" sizes="(max-width: 670px) 100vw, 670px" /></p>
<h3><strong>STEP 7:</strong><br />
Connect FTP user from FileZilla Client software.</h3>
<p>Use your server host-name OR IP<br />
Your FTP username<br />
Your FTP Password</p>
<p><img loading="lazy" class="alignnone wp-image-12060" src="https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-300x239.jpg" alt="" width="642" height="512" srcset="https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-300x239.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-768x611.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/05/ftp-1-528x420.jpg 528w" sizes="(max-width: 642px) 100vw, 642px" /></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-proftpd-on-rhel-8/">How to install PROFTPD on RHEL 8</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-proftpd-on-rhel-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install Proftpd in Centos7</title>
		<link>https://www.osradar.com/install-proftpd-in-centos7/</link>
					<comments>https://www.osradar.com/install-proftpd-in-centos7/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Nabeel]]></dc:creator>
		<pubDate>Tue, 15 Jan 2019 17:28:22 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Proftpd in Centos]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9254</guid>

					<description><![CDATA[<p>ProFTPD (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD&#8217;s primary design goal is to be a highly [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-proftpd-in-centos7/">Install Proftpd in Centos7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;">ProFTPD (Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems. Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD&#8217;s primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user.</p>
<p style="text-align: left;">In this article, you will learn that <strong>how to install PROFTPD on Centos 7.</strong></p>
<h1 style="text-align: left;">Step 1: Install epel release</h1>
<p style="text-align: left;">You need to install epel repository first, in order to install PROFTPD.</p>
<p style="text-align: left;">Run following command</p>
<pre class="lang:sh decode:true "># yum install epel-release
</pre>
<h1 style="text-align: left;">Step 2: Install and manage Proftpd Server</h1>
<p style="text-align: left;">Run following command</p>
<pre class="lang:sh decode:true" title="proftpd"># yum install proftpd

</pre>
<p><img loading="lazy" class="wp-image-9280 alignnone" src="https://www.osradar.com/wp-content/uploads/2019/01/1-300x192.jpg" alt="" width="690" height="442" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-300x192.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-768x491.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-1024x655.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-1068x683.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/1-657x420.jpg 657w, https://www.osradar.com/wp-content/uploads/2019/01/1.jpg 1126w" sizes="(max-width: 690px) 100vw, 690px" /></p>
<p>Now run following commands</p>
<pre class="lang:sh decode:true"># systemctl start proftpd

# systemctl enable proftpd

# systemctl status proftpd

</pre>
<p>&nbsp;</p>
<p><img loading="lazy" class="alignnone wp-image-9290" src="https://www.osradar.com/wp-content/uploads/2019/01/2-300x112.jpg" alt="" width="691" height="258" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-300x112.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-768x286.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-1024x382.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-1068x398.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/2-1126x420.jpg 1126w, https://www.osradar.com/wp-content/uploads/2019/01/2.jpg 1215w" sizes="(max-width: 691px) 100vw, 691px" /></p>
<h1 style="text-align: left;">Step 3: Add FTP Service in Firewalld</h1>
<p style="text-align: left;">Run following commands</p>
<pre class="lang:sh decode:true "># firewall-cmd --permanent -–add-service=ftp

# firewall-cmd --reload</pre>
<p>That&#8217;s it. You have installed PROFTPD successfully!</p>
<p><strong>Connect from the Client using Filezilla:</strong></p>
<p><img loading="lazy" class="alignnone size-full wp-image-9326" src="https://www.osradar.com/wp-content/uploads/2019/01/osradar.jpg" alt="" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/osradar.jpg 1366w, https://www.osradar.com/wp-content/uploads/2019/01/osradar-300x169.jpg 300w, https://www.osradar.com/wp-content/uploads/2019/01/osradar-768x432.jpg 768w, https://www.osradar.com/wp-content/uploads/2019/01/osradar-1024x576.jpg 1024w, https://www.osradar.com/wp-content/uploads/2019/01/osradar-1068x600.jpg 1068w, https://www.osradar.com/wp-content/uploads/2019/01/osradar-747x420.jpg 747w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-proftpd-in-centos7/">Install Proftpd in Centos7</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-proftpd-in-centos7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
