How to Install VSFTPD on Oracle Linux

preview_player
Показать описание
VSFTPD, an acronym for Very Secure FTP Daemon secures data transfer on FTP by creating secure tunnels to encrypt the data flow. With Vsftpd, data transfer security is guaranteed since an end to end encryption is enforced.

Code -
dnf install vsftpd -y
systemctl start vsftpd ; systemctl enable vsftpd
firewall-cmd --add-service=ftp --permanent --zone=public
firewall-cmd --reload
Рекомендации по теме