Linux serverNETWORK ADMINISTRATIONS

Instalacion Servidor FTP CentOS 7

sudo yum install vsftpd
sudo firewall-cmd –permanent –zone=public –add-service=ftp
sudo firewall-cmd –reload
sudo nano /etc/vsftpd/vsftpd.conf
sudo systemctl restart vsftpd
sudo firewall-cmd –reload
systemctl status vsftpd
sudo systemctl enable vsftpd
sudo systemctl start vsftpd
anonymous_enable=YES
no_anon_password=YES
local_enable=YES

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *