Difference between revisions of "TFTP"

From Embedded Xinu
Jump to navigation Jump to search
(Created page)
(No difference)

Revision as of 02:30, 12 September 2013

TFTP (Trivial File Transfer Protocol) support has been added to Embedded Xinu. Currently, only client support--- that is, downloading files with TFTP Get requests--- is supported. The code is located in network/tftp/. The external interface includes the header include/tftp.h declaring tftpGet() and tftpGetIntoBuffer(). See the API documentation for more information.

External Links