PDA

Click to See Complete Forum and Search --> : Send txt file from WM5 to IIS


Lep99
Jul 11th, 2009, 05:01 AM
Hi
I have tried a number of ways to do this but none have worked and I am now thinking of resorting to email atts which is not very good!

I have a txt file stored on the PDA WM5 and I want to send it via GPRS/Active Sync (or whatever is available) to IIS5 on Win XP.

I would prefer not to use web services.

Thanks

petevick
Jul 11th, 2009, 10:29 AM
Why not use FTP?
Alternately you could look at using HttpWebRequest and "PUT"

Lep99
Jul 16th, 2009, 05:33 AM
Thanks Pete - will look into this.