views:

147

answers:

1

Is it possible to write a WinMo app that copies files from the device to the attached desktop? I know RAPI works from the desktop to the mobile, but I'd like to turn that around if I can.

A: 

There was a download called CERApi which is a Managed wrapper around the RAPI calls, it was on WintoolZone.com, here's an example on the blog on how to use it. Unfortunately, the WinToolZone's CERapi cannot be found, I am still searching for the DLL as download...

I will edit this answer again accordingly once I find the download link

Hope this helps, Best regards, Tom.

tommieb75
Thanks Tom. It looks like CERapi is similar to the OpenNetCF Desktop Communication wrappers at codeplex. I've got working code using this library. The problem is that it seems to be desktop centric. I'm really looking to find something that let's me push from the mobile, not from the desktop. I suspect that this may not be possible.
bo Gusman