Difference between revisions of "FTP (File Transfer Protocol)"

From Clinfowiki
Jump to: navigation, search
Line 1: Line 1:
File Transfer Protocol (FTP) is a commonly used protocol for transferring files over a network or the internet.  
+
File Transfer Protocol (FTP) is a commonly used protocol for transferring files over a network or the internet. FTP is based on a client-server architecture where separate control and data connections are used to facilitate file transfers between the client and the server. <ref name="Wikipedia">File Transfer Protocol http://en.wikipedia.org/wiki/File_Transfer_Protocol</ref>
  
 +
=====History=====
 +
FTP has had a long history, starting in 1971 when it was first proposed at M.I.T. as (RFC 114). A number of iterations followed over the years building upon initial protocol which used the Network Control Protocol (NCP) until in 1980 RFC 765 transitioned it to be used on the Transport Control Protocol (TCP) it uses today. The current version in use today is RFC 959, and was established in 1985. <ref name="W3C">RFC 959  http://www.w3.org/Protocols/rfc959/2_Overview.html</ref>
  
== References ==
+
 
 +
=== References ===
 
<references/>
 
<references/>
  
 
[[Category: Definition]]
 
[[Category: Definition]]

Revision as of 04:50, 13 November 2014

File Transfer Protocol (FTP) is a commonly used protocol for transferring files over a network or the internet. FTP is based on a client-server architecture where separate control and data connections are used to facilitate file transfers between the client and the server. [1]

History

FTP has had a long history, starting in 1971 when it was first proposed at M.I.T. as (RFC 114). A number of iterations followed over the years building upon initial protocol which used the Network Control Protocol (NCP) until in 1980 RFC 765 transitioned it to be used on the Transport Control Protocol (TCP) it uses today. The current version in use today is RFC 959, and was established in 1985. [2]


References

  1. File Transfer Protocol http://en.wikipedia.org/wiki/File_Transfer_Protocol
  2. RFC 959 http://www.w3.org/Protocols/rfc959/2_Overview.html