In FTP, the control connection is established exactly once at the beginning of the session and remains open throughout. This connection is used for sending commands (like LIST, RETR) and receiving responses. The data connection, by contrast, is opened and closed for each file transfer.