![]() |
Network Component
Version 6.0
MDK-Professional Middleware for IP Networking
|
Functions | |
| void * | tftp_client_fopen (const char *fname, const char *mode) |
| [code_TFTP_Client_FS] | |
| void | tftp_client_fclose (void *file) |
| Close local file previously open in TFTP client. | |
| uint32_t | tftp_client_fread (void *file, uint8_t *buf, uint32_t len) |
| Read block of data from local file in TFTP client. | |
| uint32_t | tftp_client_fwrite (void *file, const uint8_t *buf, uint32_t len) |
| Write block of data to local file in TFTP client. | |