https connection

  • Thread starter Thread starter Felix González
  • Start date Start date
Felix said:
Hi,

How can I open a connection to https server and send e file to it?

Thanks

Use WebClient or HttpWebRequest and use a https as protocol.

Cheers,
 
firstly open the URL in your Internet Explorer and register the certificate
if you did not registered it yet.
then it is enough to give HTTPS URL in your program as URL parameter.

to learn how internet explorer sends files, you can sniff the network
traffik via Ethereal (http://www.ethereal.com) and see what happens...
 
Back
Top