Which transport protocol does the FTP client use to communicate with the server?
Explanation
FTP relies on the Transmission Control Protocol (TCP) to establish a reliable connection between the client and server. UDP, SCTP, and DCCP are not used by FTP for this purpose.