this question addresses the same problem I had with https://stackoverflow.com/questions/11195985. This question focuses more on the specific problem I’m trying to solve. Rather than change the original question, to what is essentially a different question, I’m starting this new one.
What I need to do is write a program for a device running Windows Mobile 6.5 that will copy files from a file share on a server to the mobile device.
I’ve been looking for hours for a way to access the network share from the mobile device, and I am yet to be successful. Does anyone know of a way to access network shares from windows mobile 6.5, or can anyone confirm that that isn’t supported.
I´ve tryed to do that a few months ago, the only way was to implement the SMB protocol, what is not that simple… but you can run a web service on your machine, and downloard the files you want by HTTP or FTP.