Hi,

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

Thanks

Re: https connection by Joerg

Joerg
Wed Feb 16 17:02:45 CST 2005

Felix González wrote:

> 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,

--
http://www.joergjooss.de
mailto:news-reply@joergjooss.de

Re: https connection by Parahat

Parahat
Thu Feb 17 01:05:08 CST 2005

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



"Felix González" <felix.gonzalez@gvgest.es> wrote in message
news:upvyr$EFFHA.1084@tk2msftngp13.phx.gbl...
> Hi,
>
> How can I open a connection to https server and send e file to it?
>
> Thanks
>
>