Yves
Yves

Reputation: 702

How do I copy a file from mobile device to desktop?

From a Windows mobile app (VB.Net), I want to be able to copy a file from the mobile device to a desktop (during a direct connection to the desktop). Is there a quick and simple way to do this?

Upvotes: 0

Views: 1440

Answers (1)

ctacke
ctacke

Reputation: 67188

You need to use RAPI. There's a managed wrapper for version 1 here and a managed wrapper for version 2 here.

Upvotes: 1

Related Questions