<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=VSFTPD</id>
	<title>VSFTPD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.saruman.biz/saruwiki/index.php?action=history&amp;feed=atom&amp;title=VSFTPD"/>
	<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=VSFTPD&amp;action=history"/>
	<updated>2026-05-02T13:14:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.saruman.biz/saruwiki/index.php?title=VSFTPD&amp;diff=1903&amp;oldid=prev</id>
		<title>82.161.20.132: VSFTPD</title>
		<link rel="alternate" type="text/html" href="https://www.saruman.biz/saruwiki/index.php?title=VSFTPD&amp;diff=1903&amp;oldid=prev"/>
		<updated>2008-10-26T15:38:14Z</updated>

		<summary type="html">&lt;p&gt;VSFTPD&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Very secure ftp server.&lt;br /&gt;
&lt;br /&gt;
To install&lt;br /&gt;
 apt-get install vsftpd&lt;br /&gt;
&lt;br /&gt;
To configure got to &lt;br /&gt;
 /etc/vsftpd.conf&lt;br /&gt;
vi /etc/vsftpd.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Optional] Disable Anonymous account by finding the line that says anonymous_enable=YES and make it &lt;br /&gt;
&lt;br /&gt;
 anonymous_enable=NO&lt;br /&gt;
&lt;br /&gt;
[Optional] Turn off or on write access (upload access). Find and uncomment the following line: &lt;br /&gt;
&lt;br /&gt;
 write_enable=YES&lt;br /&gt;
&lt;br /&gt;
[Optional] Add you banner when people log in. Find and uncomment this #ftpd_banner=Welcome to blah FTP service. line and make it: &lt;br /&gt;
&lt;br /&gt;
 ftpd_banner=Welcome to Insomnia FTP service. Enjoy.&lt;br /&gt;
&lt;br /&gt;
[Optional] Allow local users to log in. Uncomment the following line: &lt;br /&gt;
&lt;br /&gt;
 local_enable=YES&lt;/div&gt;</summary>
		<author><name>82.161.20.132</name></author>
	</entry>
</feed>