<?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>vsFTPd &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/vsftpd/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Thu, 04 Jun 2020 14:24:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>vsFTPd &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Configuring vsFTPd on Debian and Ubuntu</title>
		<link>https://help.hostry.com/knowledge-base/configuring-vsftpd-on-debian-and-ubuntu/</link>
					<comments>https://help.hostry.com/knowledge-base/configuring-vsftpd-on-debian-and-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 31 Jan 2020 07:52:08 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=1278</guid>

					<description><![CDATA[vsftpd means &#8220;Very Secure&#8221; FTP Daemon. This is a kind of lightweight FTP server. Commands to help you install and configure require superuser privileges. Installation To install vsftpd, you must enter the following command: Configuration First you need to open the configuration file using your text editor. This example uses [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>vsftpd means &#8220;Very Secure&#8221; FTP Daemon. This is a kind of lightweight FTP server. Commands to help you install and configure require superuser privileges.</p>



<p></p>



<h2 id="installation" >Installation</h2>



<p>To install vsftpd, you must enter the following command:</p>



<pre class="wp-block-code"><code>apt-get install vsftpd</code></pre>



<h2 id="configuration" >Configuration</h2>



<p>First you need to open the configuration file using your text editor. This example uses <strong><em>vim</em></strong></p>



<pre class="wp-block-code"><code>vim /etc/vsftpd.conf</code></pre>



<p>vsftpd allows anonymous users to access the server by default. This feature is considered a serious security vulnerability. To disable, you must enter an anonymous login by changing the following line:</p>



<pre class="wp-block-code"><code>anonymous_enable=NO</code></pre>



<p>To enable local login, uncomment the following:</p>



<pre class="wp-block-code"><code>local_enable=YES</code></pre>



<p>The following command enables the download:</p>



<pre class="wp-block-code"><code>write_enable=YES</code></pre>



<p>Next, you need to save the file and close the text editor. Then run vsftpd as a daemon:</p>



<pre class="wp-block-code"><code>service vsftpd start</code></pre>



<p>This step is final in order to enter the FTP server from your local computer.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/configuring-vsftpd-on-debian-and-ubuntu/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
