문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top