TFTP

From Embedded Xinu
Revision as of 02:33, 12 September 2013 by Ebiggers (talk | contribs)
Jump to navigation Jump to search

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 API includes the header include/tftp.h declaring tftpGet() and tftpGetIntoBuffer(). See the API documentation for more information.

Note that this page refers specifically to the TFTP client support built into Embedded Xinu, which is completely separate from the TFTP support included in CFE, which is third-party firmware.

External Links