Edward
Edward

Reputation: 7424

Downloading content from wp7 to pc?

What capabilities are available for downloading content from the windows phone 7 device to a pc? For example can a user access files saved by an app by connecting it to a pc, or perhaps through wifi connection?

Upvotes: 2

Views: 2051

Answers (3)

Mick N
Mick N

Reputation: 14882

This project offers navigation of the isolated storage file system and two way file transfer via a wcf service running on the host pc. I last looked at it in ctp, so it may need an update for current tooling.

Rongchaua's blog » Windows Phone – Phone PC Connector through WCF service

Upvotes: 3

Dr Herbie
Dr Herbie

Reputation: 3940

I you include a web service host in a desktop application, it is possible to sync from WP7 isolated storage to the desktop PC as per this CodeProject page. Note that I have not tried this myself yet (I saved the reference for future use).

Upvotes: 2

Matt Lacey
Matt Lacey

Reputation: 65564

The ONLY way to share files between a PC and a WP7 is via the Zune software and is limited to movies, pictures, music, podcasts, etc.

There is no way for 3rd party apps to transfer files this way.

If you have or are making a 3rd party app the only way to transfer files from a WP7 device is via a web service.

Upvotes: 1

Related Questions