NET-TFTP-CLIENT-P-P1-SINGLE is a uC/TFTP Trivial File Transfer Protocol client module with single product license. It is an add on application layer protocol to uC/TCP-IP. The Trivial File Transfer Protocol (TFTP) is a similar, yet simplified, non-interoperable, and unauthenticated version of FTP. TFTP is implemented on top of UDP. The TFTP client initially sends a read/write request through port 69. Server and client then determine the port that they will use for the rest of the connections (dynamic port with FTP). The TFTP simple architecture is deliberate for easy implementation For an embedded system, it may very well be the right choice since this simplistic approach has many benefits over traditional FTP.
- Delivered with complete 100% ANSI C source code
- Easy configuration
- Simple API
- Support any File system, A file system is required
嵌入式设计与开发, 通信与网络