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.
2 Likes
thank you a lot sahsanu
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.