Port 21 โ FTP
TCP ยท Port 21/TCP is used for the File Transfer Protocol (FTP), a standard network protocol for transferring files between hosts. FTP allows users to upload, download, and manage files on remote servers. This port is critical in security contexts as it provides access to sensitive data.
- Port Number
- 21
- Service Name
- FTP
- Protocol
- TCP
- Common Software
- vsftpd, ProFTPD, FileZilla Server
Security Notes
FTP transmits data in cleartext. Use SFTP or FTPS instead. Brute-force attacks are common.
FAQ
Port 21 is used for FTP. Port 21/TCP is used for the File Transfer Protocol (FTP), a standard network protocol for transferring files between hosts. FTP allows users to upload, download, and manage files on remote servers. This port is critical in security contexts as it provides access to sensitive data. Common software: vsftpd, ProFTPD, FileZilla Server.
FTP transmits data in cleartext. Use SFTP or FTPS instead. Brute-force attacks are common.
Use nmap: nmap -p 21 <target> or check locally: ss -tlnp | rg 21