![]() |
Network Component
Version 6.0
MDK-Professional Middleware for IP Networking
|
Functions | |
| void * | tftp_server_fopen (const char *fname, const char *mode) |
| [code_TFTP_Server_FS] | |
| void | tftp_server_fclose (void *file) |
| Close a file previously open in TFTP server. | |
| uint32_t | tftp_server_fread (void *file, uint8_t *buf, uint32_t len) |
| Read block of data from a file in TFTP server. | |
| uint32_t | tftp_server_fwrite (void *file, const uint8_t *buf, uint32_t len) |
| Write block of data to a file in TFTP server. | |