Home All Groups Group Topic Archive Search About
Author
16 Feb 2005 5:52 PM
Felix González
Hi,

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

Thanks

Author
16 Feb 2005 11:02 PM
Joerg Jooss
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-re***@joergjooss.de
Are all your drivers up to date? click for free checkup

Author
17 Feb 2005 7:05 AM
Parahat Melayev
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...



Show quoteHide quote
"Felix González" <felix.gonza***@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
>
>

Bookmark and Share