File Transfer Protocol: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
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. | 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== | ==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. | 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.[[Category:Suggestion Bot Tag]] |
Latest revision as of 11:00, 16 August 2024
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.