VSFTPD is a service which allows us to setup ftp server in secure way. it is Very Secure File Transfer Protocol Daemon (VSFTPD).
By default ftp server can be access anonymously ( ‘/var/ftp’ anonymous space ) and we can also configure login-based FTP sessions.
In this HowTo i will show you the login-based FTP configuration and installation.
First of Installation of VSFTPD using of course ‘yum’.
Step-1
yum install vsftpd
vi /etc/vsftpd/vsftpd.conf
change below line as follows :
anonymous_enable=NO local_enable=YES
chkconfig vsftpd on
service vsftpd start
Step-3 Set SeLinux Booleon
getsebool -a | grep ftp - dupms FTP-related SELinux booleans
setsebool -P ftp_home_dir on
Now you can make login-based ftp session
Open your browser type : ftp://username@localhost or IP address of your FTP Server.
- See more at: http://www.broexperts.com/2013/04/how-to-install-vsftp-on-centos-6-4/#sthash.0USZPQ4l.dpufOpen your browser type : ftp://username@localhost or IP address of your FTP Server.
0 ความคิดเห็น:
แสดงความคิดเห็น