download files from a specified server

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

Guest

hi all,
I'm really new on programming on CF
I need to open a connection to a server then download
some files to the device. Can you help me to find the
right way to do it !?!?!?
Thanx a lot
 
Once again Alex Feinman has the answer:
http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=936

Assuming you want to download a file from a Web server through the HTTP
protocol.

Also, Alex has posted a solution to download files through a Web service,
this allows for some logic to be applied on the server end.

http://www.microsoft.com/downloads/...2c-fc61-4d82-abae-f34dc1bfcd3f&displaylang=en

I like FTP for simple situations, but support isn't built in with the .NET
Compact Framework.

Thanks,
Chris Craft
http://www.cjcraft.com/
 
Thanx a lot,
What about FTP, where I can find info, on the same forum
u've suggested before ??
Thanx again !!!
 
Back
Top