HOW TO: Send files from device to remote folder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I'm trying to move a file (pic taken with the device camera) to a folder on
a central server when I dock the device so it's connected to a desktop PC in
my LAN.

I don't seem to be able to do this through ActiveSync or without using some
middleware installed on the desktop PC, but anyways I would like to do it
through code installed *only* in the device if possible.

Any ideas? I've been googling for quite some time now, so it would be gret
if you gave me a link to a tutorial or a good code snippet. Thanks
 
When the device is docked (so PPP_PEER resolves through DNS) copy them to a
shared folder by IP or UNC.
 
Back
Top