FileTransferProtocol
Last edit November 21, 2005
File Transfer Protocol see RFC (
RequestForComments
) 959 at:
http://www.w3.org/Protocols/rfc959/Overview.html
.
The short description for those who do not wish to peruse the entire
RequestForComments
.
FileTransferProtocol
(FTP) was created before the
WorldWideWeb
, and involves the transfer of files through the internet. It could be considered the precursor to
HyperTextTransferProtocol
(HTTP) and
WorldWideWeb
, as FTP can be used to convey
HyperTextMarkupLanguage
(HTML) files. The difference between HTTP and FTP is that FTP...
Requires a login phase to access the server
Takes more time to initiate a connection
Is not stateless
Although the
RequestForComments
is the "official"
FileTransferProtocol
specification, there exist countless other implementations.
CategoryInternet