Re: [twsocket] FTP Client Bug?

2006-10-04 Thread rick cusimano
Hello, Thanks DZ-Jay, you hit the nail on the head! Sorted it <=o) Cheers Rick On Oct 3, 2006, at 16:53, rick cusimano wrote: >Imagine you have 2 files, within the following directories: > >a\b\c\d\file1.txt >1\2\3\file2.txt > >If you try to change to one directory then to the other, you end u

[twsocket] LDAP

2006-10-04 Thread Olivier BERTHELOT
Hi, Does anybody know how to connect; then send requests and retrieve results from an ldap server (e-mail accounts for example). Tnx for any suggestion. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website

Re: [twsocket] FTP Client Bug?

2006-10-04 Thread DZ-Jay
On Oct 3, 2006, at 16:53, rick cusimano wrote: > Imagine you have 2 files, within the following directories: > > a\b\c\d\file1.txt > 1\2\3\file2.txt > > If you try to change to one directory then to the other, you end up > retrieving the same file twice, instead of 1 file from each directory. >

Re: [twsocket] Writing a transparent HTTP proxy

2006-10-04 Thread Fastream Technologies
Not exactly. No real answer for my actual question... On 10/4/06, Kris Leech <[EMAIL PROTECTED]> wrote: > > Hi, did you find the answer to this? > > Fastream Technologies wrote: > > >Hello, > > > >I have a few issues left for understanding how a transparent proxy works. > I > >talked with a frien

Re: [twsocket] Writing a transparent HTTP proxy

2006-10-04 Thread Anatoly Podgoretsky
Hi! Transparent proxy works as mediator, listen all incoming request on port 80 or any predefined ports. Then check if page in cache and if not ask site for page, move it cache and returns to caller. Caller don't know is proxy or not, because it is transparently for him. With best regards, A

Re: [twsocket] Writing a transparent HTTP proxy

2006-10-04 Thread Kris Leech
Hi, did you find the answer to this? Fastream Technologies wrote: >Hello, > >I have a few issues left for understanding how a transparent proxy works. I >talked with a friend in an ISP how they configure them and he said they use >Layer4 switches to redirect all HTTP port 80 traffic to the proxy