![]() |
Network Component
Version 6.6
MDK-Professional Middleware for IP Networking
|
Functions | |
| __weak void * | ftp_client_fopen (const char *fname, const char *mode) |
| [code_FTP_Client_FS] | |
| __weak void | ftp_client_fclose (void *file) |
| Close local file previously open in FTP client. | |
| __weak uint32_t | ftp_client_fread (void *file, uint8_t *buf, uint32_t len) |
| Read block of data from local file in FTP client. | |
| __weak uint32_t | ftp_client_fwrite (void *file, const uint8_t *buf, uint32_t len) |
| Write block of data to local file in FTP client. | |