Send txt file from WM5 to IIS
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
Re: Send txt file from WM5 to IIS
Why not use FTP?
Alternately you could look at using HttpWebRequest and "PUT"
Re: Send txt file from WM5 to IIS
Thanks Pete - will look into this.