Let straight to the point
step 1
edit file /etc/inetd.conf
change line
#ftp stream tcp nowait root /usr/sbin/tcpd vsftpd
into
ftp stream tcp nowait root /usr/sbin/tcpd vsftpd
for securing the system, edit /etc/ftpusers
give # front user root like this:
# root
then restart inetd service by running this command :
bash /etc/rc.d/rc.inetd restart
if you just want create ftp service by user anonymous or access without password,
just give # front ftp users
then restart inetd service
source : http://slackerbox.com/ftp%20server
No comments:
Post a Comment