File upload from device to desktop PC.

  • Thread starter Thread starter zangloma
  • Start date Start date
Z

zangloma

Is there some easy way to transfer files from device
to desktop PC?
I would like to write application for my device that would
just send file to desktop PC.
I noticed that the way to do this is to use Web Service.
Is there something simplier?

Best regards,
Zarko
 
I need it to be automated. Application that would just
transfer file from device to desktop by it self.
 
I need it to be automated. Application that would just
transfer file from device to desktop by it self.

Regards,
Zarko
 
OK, and it transfers the file when? When you connect it to ActiveSync? At
random times via the network connection other than ActiveSync? ActiveSync
is an easy way. If the PC shares a folder that is accessible to other
devices on the local network, that would work. If the PC runs an FTP
server, that is possible. Or, yes, you could write a Web service to run
under IIS on the desktop PC and write matching code to run on the device to
do it. This has all been covered dozens of tmies before. It's asking a lot
for us to go through the details of each scheme again. You might search the
archives via the link below and ask again only about new questions:

http://groups.google.com/group/micr...tframework?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8

Paul T.
 
Back
Top