Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Dod
Hello Arno, Ouch...true ! I downloaded it 20 dec 2006 but forgot to install it ! regards. AG> Dod wrote: >> Hello Arno, >> >> I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... AG> Then you are using an old version. The unit also includes a function AG> to get systems inte

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
age - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Saturday, May 19, 2007 6:46 PM > Subject: Re: [twsocket] HTTPCli and proxy settings > > >> Fastream Technologies wrote: >>> In my copy of BCB2006, if I

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Fastream Technologies
s in BCB2006. > > -- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > >> >> Regards, >> >> SZ >> >> - Original Message - >> From: "Arno Garrels" <[EMAIL PROTECTED]> >> To: "ICS support

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
eamics.html > > Regards, > > SZ > > - Original Message - > From: "Arno Garrels" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Saturday, May 19, 2007 6:21 PM > Subject: Re: [twsocket] HTTPCli and proxy settings > >

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Fastream Technologies
PM Subject: Re: [twsocket] HTTPCli and proxy settings > Dod wrote: >> Hello Arno, >> >> I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... > > Then you are using an old version. The unit also includes a function > to get systems

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Dod wrote: > Hello Arno, > > I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... Then you are using an old version. The unit also includes a function to get systems interface list easily. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Before

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Fastream Technologies
Hello Dod, > functions already implemented, FileMD5 or ParseURL are two examples of > functions I was about to do myself that I found inside ICS. If you need file hashing with MD5 and/or SHA1, have a look at my code at http://www.fastream.com/md5extractor.php which does both with single file re

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Dod
Hello Arno, I don't have OverbyteIcsWinsock2.pas unit in my ICS V6 installation... Before I need some network oriented function, I usually first try to look around ICS sources because there are a lot of usefull internal functions already implemented, FileMD5 or ParseURL are two examples of f

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Maurizio Lotauro
Scrive Dod <[EMAIL PROTECTED]>: > Hello Maurizio, > > Yes, .pac proxy script may be more difficult to manage. Yes, this is why I made the ProxyInfo component. It does this automatically. > I could do pure Wininet async download so i'll be sure to follow the > right proxy settings but its hard

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Dod wrote: > Next time i'll see Bill Gates, I'll ask him to implement some Wininet > IsLocalAddr function ! Possibly usefull: ICS v6 function WSocket2IsAddrInSubNet in OverbyteIcsWinsock2.pas? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > regards. > > >>>

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Dod
Hello Maurizio, Yes, .pac proxy script may be more difficult to manage. I could do pure Wininet async download so i'll be sure to follow the right proxy settings but its hard to leave ICS once you tasted it ;-) Next time i'll see Bill Gates, I'll ask him to implement some Wininet IsLocalAddr

Re: [twsocket] HTTPCli and proxy settings

2007-05-18 Thread Maurizio Lotauro
Scrive Dod <[EMAIL PROTECTED]>: > Hello Maurizio, > > OK thanks i'll look at it. My need is very basic as it is only to be > sure to download a file from specific URL, so no script envolved. A script could be involved if "Automatic detect settings" is set, and is involved if "Use automatic con

Re: [twsocket] HTTPCli and proxy settings

2007-05-18 Thread Dod
Hello Maurizio, OK thanks i'll look at it. My need is very basic as it is only to be sure to download a file from specific URL, so no script envolved. I think it can be done with regexp (or basic '*' masked string search routine) on exception list, getting all IP attached to network card(s) (w

Re: [twsocket] HTTPCli and proxy settings

2007-05-18 Thread Maurizio Lotauro
Scrive Dod <[EMAIL PROTECTED]>: > Hello, > > It is easy to detect IE Proxy's settings and retrieve its IP:Port > values to put them into HTTPCli, but managing the options "do no use > for local addresses" and proxy exception's list to decide if HHTPCli > has to use proxy or not need a bi

[twsocket] HTTPCli and proxy settings

2007-05-18 Thread Dod
Hello, It is easy to detect IE Proxy's settings and retrieve its IP:Port values to put them into HTTPCli, but managing the options "do no use for local addresses" and proxy exception's list to decide if HHTPCli has to use proxy or not need a bit more development. Can HTTPCli follow IE s