RCM4310 SD card as network drive

We are using the RCM4310 as an embedded computer connected to the LAN via ethernet. We would like to be able to read the contents of the SD card from another PC on the LAN. Does anyone know of a sample program in Dynamic C that would give access to the SD card as a network drive?

Still looking for a solution… any suggestions are welcome. thanks!

I’m afraid that as far as I know there is no way to do this directly. You would need to implement an SMB server on the RCM4310 to achieve this which is a big ask.

The only other option would be to use the FTP server libraries to provide indirect access to the files so that at least they are accessible over the network in some fashion.

Regards,
Peter