FTP#
File Transfer Protocol
- Protocol: TCP
- Ports: 21, 20
FTP Servers#
FTP Clients#
Active vs Passive#
Traditionally FTP requests would go out on port 21 and return on port 20, but if behind a NAT this doesn't work so well. So passive FTP only uses port 21.