one of the clients has run a security scan for the site web that I am working on, so he found some issues that I need to fix
these issues are :
FTP Unencrypted Cleartext Login
// solution: Enable FTPS or enforce the connection via the 'AUTH TLS'
SMTP Unencrypted Cleartext Login
//solution...