https connection

  • Thread starter Thread starter Felix González
  • Start date Start date
F

Felix González

Hi,

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

Thanks
 
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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top