File Transfer Protocol
(Redirected from File transfer protocol)
Jump to navigation
Jump to search
File Transfer Protocol, or FTP as it is most commonly known, is a protocol specification for the transferring of files between two nodes on an Internet Protocol network, independent of the operating system.
It is on the Application Layer of the TCP/IP model. The term has also come to refer to the act of transferring a file using this protocol. A number of software applications facilitate transferring files using FTP.
Basic protocol
FTP runs over the Transmission Control Protocol, creating two connections, one for control and one for the actual file transfer. The well-known server ports for the two functions, respectively, are 20 and 21, although the protocol allows both the port number and server IP address to be redirected using the PORT command.