TFTP

From Embedded Xinu
Revision as of 02:30, 12 September 2013 by Ebiggers (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 external interface includes the header include/tftp.h declaring tftpGet() and tftpGetIntoBuffer(). See the API documentation for more information.

External Links