0

Is there possible in Windows CE 6.0 devices (Compact Framework) read file content over WiFi from files stored in network using UNC path?

Or in this case should I use FTP server or develop my own server?

hellboy
  • 1,567
  • 6
  • 21
  • 54

1 Answers1

1

You have to add the network share connection by P/Invoking WNetAddConnection3. Once that's done, you can copy just like you would any other local file.

ctacke
  • 66,480
  • 18
  • 94
  • 155