Is it possible to map the SD card as a network drive?
-
Hello,
I have 8 core XY running duet 2 wifi, and I'd like to know if it's possible to expose their sd cards as network drives so I can drop jobs onto them via the windows file explorer rather than through the web interface.
It'll also allow me to develop and run some scripts to query the drives to queue and query what's running.Is this network folder share possible with the current firmware?
-
@NastySpill you could add them as FTP folders. You can't however add them as normal network shares as they don't have samba etc
-
@jay_s_uk said in Is it possible to map the SD card as a network drive?:
You can't however add them as normal network shares as they don't have samba etc
Would it be possible with the current SBC-build?
Just asking, because I'm still looking for reasons to go that route -
@o_lampe I didn't think of SBC. Yes, that would be possible
-
@NastySpill you can also use HTTP to upload files and get information about the machine https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests
-
Thanks for the tips, everyone. The SBC seems to be a good way forward.