<?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>VpsLook.com &#187; How to</title>
	<atom:link href="http://vpslook.com/tag/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://vpslook.com</link>
	<description>Find coupons, discounts, promotion codes or tutorials for vps.</description>
	<lastBuildDate>Tue, 10 Jan 2012 12:50:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install and configure Vsftpd on Centos</title>
		<link>http://vpslook.com/tutorials/how-to-install-and-configure-vsftpd-on-centos.html</link>
		<comments>http://vpslook.com/tutorials/how-to-install-and-configure-vsftpd-on-centos.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 09:04:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Vsftpd]]></category>

		<guid isPermaLink="false">http://vpslook.com/?p=68</guid>
		<description><![CDATA[Install Vsftpd

1.Frist, use yum to install it.
yum install vsftpd
When the install is done, you can start vsftpd using following command:

service vsftpd start
Then you can login anonymous ftp server using any ftp software like FlashFXP.
Note: The default anonymous ftp user home is &#8220;/var/ftp/&#8221;.
Configure Vsftpd and add FTP user

2.Open the file /etc/vsftpd/vsftpd.conf
vi /etc/vsftpd/vsftpd.conf

Edit the configure file
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
chown_uploads=NO
xferlog_std_format=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
chroot_local_user=YES
3.Add ftp user
adduser [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Install Vsftpd<br />
</strong><br />
1.Frist, use yum to install it.</p>
<p><span style="color: #0000ff;">yum install vsftpd</span></p>
<p><span style="color: #000000;">When the install is done, you can start vsftpd using following command:<br />
</span><span style="color: #000000;"><br />
<span style="color: #0000ff;">service vsftpd start</span></span></p>
<p><span style="color: #000000;">Then you can login anonymous ftp server using any ftp software like FlashFXP.<br />
Note: The default anonymous ftp user home is &#8220;/var/ftp/&#8221;.</span></p>
<p><strong><span id="more-68"></span>Configure Vsftpd and add FTP user<br />
</strong><br />
2.Open the file /etc/vsftpd/vsftpd.conf</p>
<p><span style="color: #0000ff;">vi /etc/vsftpd/vsftpd.conf<br />
</span><br />
Edit the configure file</p>
<p><span style="color: #0000ff;">anonymous_enable=NO<br />
local_enable=YES<br />
write_enable=YES<br />
local_umask=022<br />
dirmessage_enable=YES<br />
xferlog_enable=YES<br />
connect_from_port_20=YES<br />
chown_uploads=NO<br />
xferlog_std_format=YES<br />
listen=YES<br />
pam_service_name=vsftpd<br />
userlist_enable=YES<br />
tcp_wrappers=YES<br />
chroot_local_user=YES</span></p>
<p>3.Add ftp user</p>
<p><span style="color: #0000ff;">adduser -d /var/ftp/<span style="color: #ff0000;">ftpuser</span> -g ftp -s /sbin/nologin <span style="color: #ff0000;">ftpuser</span></span></p>
<p>You can change &#8220;ftpuser&#8221; to another name you like.<br />
And you can also change the user root dir &#8220;/var/ftp/ftpuser&#8221; to another one.</p>
<p>4.Restart the vsftpd service</p>
<p><span style="color: #0000ff;">service vsftpd restart<br />
</span><br />
5.Finally, you can login ftp server using your own username and password.</p>
]]></content:encoded>
			<wfw:commentRss>http://vpslook.com/tutorials/how-to-install-and-configure-vsftpd-on-centos.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

