Hello,
I am working on getting data from a file from a FTP Server using the FTP Client provided with the MDK5. Everything works fine as long as the file goes to a file system, in my case a SD Card. Now I would like to get rid of the SD Card and receive the raw data directly in a buffer, for that the only option I found is modifying the file provided by the library module FTP_Client_FS.c. Seems to work fine but my concern is that editing a library file may have some issues in future and therefore I would like to find a more suitable way. I found this in the documentation "The function interfaces to the File System Component and will be called by the Network Component automatically. If another file system will be used, refer to the reference implementation in the FTP_Client_FS.c module" but I have no clue on how to implement this module as a part of my source code. Any suggestions?
Thanks!