PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Pull/Import files from PC Host to the Device

Reply

Pull/Import files from PC Host to the Device

 
Thread Tools Rate Thread
Old 22-04-2008, 09:06 PM   #1
E Lee
Guest
 
Posts: n/a
Default Pull/Import files from PC Host to the Device


Is there a way using the Compact Framework to implement a "pull" or import
of files from a Host PC's hard drive while cradled? We would like to avoid
having to release a PC application used to "push" the files from the PC to
the mobile device which we know can be done.

Thanks in advance.
-Eric


  Reply With Quote
Old 22-04-2008, 10:04 PM   #2
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: Pull/Import files from PC Host to the Device

Nothing that doesn't require you to do substantial work on both ends, no.
You could share a folder on the PC and have your code on the device attach
to the shared folder and get its contents, I guess, or have an FTP or HTTP
server running on the PC (or a sockets program of your own), to which you'd
connect from the device. Sending files from the PC to the device is the
intended mode of operation...

Paul T.

"E Lee" <elee@pinson3.com> wrote in message
news:e8P0gRLpIHA.2208@TK2MSFTNGP04.phx.gbl...
> Is there a way using the Compact Framework to implement a "pull" or import
> of files from a Host PC's hard drive while cradled? We would like to
> avoid having to release a PC application used to "push" the files from the
> PC to the mobile device which we know can be done.
>
> Thanks in advance.
> -Eric
>



  Reply With Quote
Old 23-04-2008, 05:08 PM   #3
Simon Hart [MVP]
Guest
 
Posts: n/a
Default RE: Pull/Import files from PC Host to the Device

The easiest method is to write a web service thats hosted on the server -
maybe WCF.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com


"E Lee" wrote:

> Is there a way using the Compact Framework to implement a "pull" or import
> of files from a Host PC's hard drive while cradled? We would like to avoid
> having to release a PC application used to "push" the files from the PC to
> the mobile device which we know can be done.
>
> Thanks in advance.
> -Eric
>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off