hello
i need to disable vsftpd and service
Hi @JamalFree,
Use these commands as root:
systemctl stop vsftpd.service
systemctl disable vsftpd.service
v-change-sys-config-value FTP_SYSTEM ''
Also, you may want to remove the firewall rules regarding the open ports (21 and range 12000-12100). You can suspend or remove the rule easily from Web UI in Firewall section.
thank you a lot sahsanu