File Transfer Protocol (FTP) (RFC 959) is a specification for how files can be transferred over the Internet. FTP is a client-server protocol in which FTP client software on one system communicates with FTP server software on another. The communication between the FTP client and server is an exchange of commands and replies that are transmitted over a control connection between the two systems; this control connection follows the Telnet model.
In This Section |