Port 20 โ FTP-Data
TCP ยท Port 20/TCP is used for the transfer of data in File Transfer Protocol (FTP) sessions, allowing clients to upload and download files. This port plays a crucial role in ensuring secure file sharing by encrypting sensitive data during transmission.
- Port Number
- 20
- Service Name
- FTP-Data
- Protocol
- TCP
- Common Software
- vsftpd, ProFTPD
Security Notes
Review IANA registry for port 20 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 20 is used for FTP-Data. Port 20/TCP is used for the transfer of data in File Transfer Protocol (FTP) sessions, allowing clients to upload and download files. This port plays a crucial role in ensuring secure file sharing by encrypting sensitive data during transmission. Common software: vsftpd, ProFTPD.
Review IANA registry for port 20 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 20 <target> or check locally: ss -tlnp | rg 20