File Transfer Protocol (FTP)
- Description: FTP is used for transferring files between client and server on a network.
- How it Works: FTP establishes two connections between the client and server: one for data transfer and one for control information. It supports both anonymous and authenticated file transfers.
Ports¶
- 21 (Control Connection)
- 20 (Data Connection)