TFTP
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.