Total de visualizações de página

sábado, 23 de abril de 2016

FTP Server : Install Pure-FTPd


FTP Server : Install Pure-FTPd
2014/09/30
 
Install Pure-FTPd to configure FTP Server.
[1]Install Pure-FTPd.
# install from EPEL

[root@www ~]# 
yum --enablerepo=epel -y install pure-ftpd
[root@www ~]# 
vi /etc/pure-ftpd/pure-ftpd.conf
# line 77: change (no Anonymous)

NoAnonymous       
yes
# line 443: uncomment (if you use only IPv4)

IPV4Only       yes
# line 450: uncomment (if you use only IPv6)

IPV6Only       yes UnixAuthentication       yes
[root@www ~]# 
systemctl start pure-ftpd 

[root@www ~]# 
systemctl enable pure-ftpd 

Nenhum comentário:

Postar um comentário