Changes

1,460 bytes added ,  12 years ago
no edit summary
Line 1: Line 1: −
Acronym: '''F'''ile '''T'''ransfer '''P'''rotocol
+
FTP is an acronym for '''F'''ile '''T'''ransfer '''P'''rotocol, which is a TCP/IP based network protocol just like the [[HTTP]] used to transmit files from one computer to another through the internet. FTP is designed to transfer small multiple files such as images on a web page instead of transferring a single large file. This standard protocol supports pausing, scheduling and restarting of file downloads.
 +
 
 +
==Development of FTP==
 +
File Transfer Protocol was first introduced by [[Abhay Bhustan]] from the Massachusetts Institute of Technology ([[MIT]]) Project MAC on April 16, 1971 through RFC 114, which provides the standard definition and the basic commands of the protocol enabling devices specifically computers to communicate or transfer files or messages with each other. The main objective of FTP is to promote the indirect use of computers.<ref>[http://tools.ietf.org/html/rfc114 RFC 114]</ref>
 +
 
 +
RFC 114 was updated by several RFCs to improve the specifications of FTP such ad RFC 172, RFC 265. On July 8, 1972, Bhustan introduced a major revision of the FTC specifications through RFC 354. Based on the RFC, FTP aims to allow the efficient and reliable transfer of files among HOSTs as well as the convenient use of remote file storage capabilities. <ref>[http://tools.ietf.org/html/rfc354 RFC 354]</ref> Subsequent, RFCs were further released providing more improvements on the protocol including RFC 542 in 1973. The first FTP standard protocol was RFC 765, which was published by [[Jon Postel]] in June 1980. <ref>[http://tools.ietf.org/html/rfc765 RFC 765]</ref>
 +
 
 +
The latest FTP standard protocol implemented by the Internet Engineering Task Force ([[IETF]]) was  RFC 959 which was published by Jon Postel and [[Joyce K. Reynolds]] on October 1985. The current RFC included new commands.<ref>[http://tools.ietf.org/html/rfc959 RFC 959]</ref>
 +
 
 +
==References==
 +
{{reflist}}
 +
 
 +
 
 +
 
   −
FTP is the protocol over which files are generally transferred over the internet.  Although [[HTTP]] can handle many of the same transfers, it is designed for the transfer of multiple small files (like images on a web page), rather than larger single files.  Designed to handle the transfer of these larger files, FTP supports pausing, scheduling, and restarting of file downloads.
         
[[Category: Glossary]]
 
[[Category: Glossary]]
9,082

edits