Trivial File Transfer Protocol

From Computing and Software Wiki

(Difference between revisions)
Jump to: navigation, search
(Section Title)
Line 2: Line 2:
The Trivial File Transfer Protocol (TFTP) was developed in 1980 by Noel Chiappa as a simple protocol to transfer files between computers.  It is implemented using UDP, and is designed to be lightweight and easy to implement.  As such, it is very limited in features compared to other alternatives (FTP, SFTP) as well as security.
The Trivial File Transfer Protocol (TFTP) was developed in 1980 by Noel Chiappa as a simple protocol to transfer files between computers.  It is implemented using UDP, and is designed to be lightweight and easy to implement.  As such, it is very limited in features compared to other alternatives (FTP, SFTP) as well as security.
 +
 +
== Features ==
 +
 +
TFTP has only two features, reading and writing files.  It offers no method of listing directory contents, displaying or changing file permissions or even user authentication.
== See Also ==
== See Also ==

Revision as of 00:32, 5 April 2009

Contents

Overview

The Trivial File Transfer Protocol (TFTP) was developed in 1980 by Noel Chiappa as a simple protocol to transfer files between computers. It is implemented using UDP, and is designed to be lightweight and easy to implement. As such, it is very limited in features compared to other alternatives (FTP, SFTP) as well as security.

Features

TFTP has only two features, reading and writing files. It offers no method of listing directory contents, displaying or changing file permissions or even user authentication.

See Also

test

External Links

References

--Russeld 18:11, 4 April 2009 (EDT)

Personal tools