[twsocket] How does a server coder get the Windows groups and users in those groups?

2007-05-18 Thread Fastream Technologies
Hello, I just need the group names and their member user names. Anybody know a code snippet? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[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

Re: [twsocket] TFtpServ that uses FTP user's Windows account security context

2007-05-18 Thread Arno Garrels
Now the source code is included: http://www.duodata.de/misc/delphi/OverbyteIcsFtpSrv-20070516.zip -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Arno Garrels wrote: Fastream Technologies wrote: Not yet. Having personal problems these days.. :(( I uploaded a

Re: [twsocket] TFtpServ that uses FTP user's Windows accountsecurity context

2007-05-18 Thread Fastream Technologies
Hello, Seems like cool stuff. In order for me to test it more, we will first adapt the changes to our FTPSrvMT.pas. This can take a week. Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, May 18, 2007 4:32

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 bit more

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)

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