After setting up an FTP server for a change request a security scan has indicated that FTP credentials are being sent in plain-text. Which port or ports are likely being used by the FTP server?
The FTP credentials being sent in plain text indicates that the server is using the standard FTP protocol, which uses port 21 for command and control messages, including the transmission of login credentials. Data transfer, on the other hand, typically uses port 20 in active mode. Port 443 is used by HTTPS. Port 22 is used by SSH. Port 989 is used by FTPS.
Learn More
AI Generated Content may display inaccurate information, always double-check anything important.
What is FTP and how does it work?
Why is sending FTP credentials in plain text a security risk?
What are the differences between FTP, FTPS, and SFTP?