centos7 linux

Centos 7 vsftpd server

install

yum -y install vsftpd

configure firewall

firewall-cmd --permanent --zone=public --add-port=21/tcp

firewall-cmd --reload

selinux allow upload

setsebool -P ftp_home_dir 1

add to autostart

systemctl enable vsftpd.service

Tags for tips:

Subscribe to RSS - centos7 linux