ftp: separate control, data connections
ftp client contacts ftp server at port 21, specifying TCP as transport protocol
two parallel TCP connections opened:
- control: exchange commands, responses between client, server.
- data: file data to/from server
ftp server maintains “state”: current directory, earlier authentication