Re: [twsocket] Authenticating with TSmtpCli

2007-04-07 Thread Arno Garrels
instead of HELO. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html but I don't know if I should - no error I click the mail button and I get the error 530 authentication required Db -- To unsubscribe or change your settings for TWSocket mailing list please goto http

Re: [twsocket] Very strange Abnormal Program Termination

2007-04-07 Thread Arno Garrels
). -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Saturday, April 07, 2007 6:22 PM Subject: Re: [twsocket] Very strange Abnormal

Re: [twsocket] Authenticating with TSmtpCli

2007-04-07 Thread Arno Garrels
:= PasswordEdit.Text; SmtpClient.AuthType:= TSmtpAuthType(AuthComboBox.ItemIndex); SmtpClient.Auth; end; -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo

Re: [twsocket] Very strange Abnormal Program Termination

2007-04-07 Thread Arno Garrels
Fastream Technologies wrote: The comment is there in the HttpProt prior to your fix. Please send me the best version to this email address. We are an ICS-SSL contributor. So GET the fix from the URL I posted in one of my replies to this thread today. -- Arno Garrels [TeamICS] http

Re: [twsocket] Authenticating with TSmtpCli

2007-04-07 Thread Arno Garrels
as interisting new features. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- 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

Re: [twsocket] Very strange Abnormal Program Termination

2007-04-07 Thread Arno Garrels
Fastream Technologies wrote: I did get it. It seems insufficient! MadExcept no longer produces bug reports but the customer still complains about no-response. I fixed the component, however not your customer ;-) What does that mean no-response? -- Arno Garrels [TeamICS] http://www.overbyte.be

Re: [twsocket] Authenticating with TSmtpCli

2007-04-07 Thread Arno Garrels
++ Builder Beta (Nov 11, 2006), it has no Auth button, looks very much like the previous one. I've no idea what went wrong, however there went something wrong. Check paths etc., obviously you are still acessing the old version. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Authenticating with TSmtpCli

2007-04-07 Thread Arno Garrels
David Bridges wrote: I've no idea what went wrong, however there went something wrong. Check paths etc., obviously you are still acessing the old version. I don't think so, I renamed my existing ICS folder and unzipped the distribution in a new ICS folder. I'm using C++Builder 5, were those

Re: [twsocket] Problem upgrading to ICS V5 for Delphi/C++ BuilderBeta(Nov 11, 2006)

2007-04-08 Thread Arno Garrels
. Then a double-click on OnGetData in object inspector will create a new handler with a correct parameter list, paste old handler code and adjust it, if necessary. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html The project now compiles and runs Ok. Db -- To unsubscribe

Re: [twsocket] properly closing a TWSocket

2007-04-09 Thread Arno Garrels
Arno Garrels wrote: [..] May be the next connection is accepted too early? You could post a custom message from OnSessionClosed and free and nil the ClientWSocket from the message handler in order to be sure. [..] Please forget this part of my last message. -- Arno Garrels [TeamICS] http

Re: [twsocket] properly closing a TWSocket

2007-04-09 Thread Arno Garrels
is there an exception raised on exit? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html The rest of the app. works well enough, I can connect, send the data etc. disconnect, connect again etc. but every time I disconnect memory gets lost (some strings and something unknown

Re: [twsocket] Very strange Abnormal Program Termination

2007-04-10 Thread Arno Garrels
. If the problem lies in THttpCli you should be able to reproduce that with a very simple HttpCli demo application. You also should check whether the problem exists when you compile with OverbyteIcsHttpProt.pas from current ICS V6 Beta download. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte

Re: [twsocket] Listen exception

2007-04-13 Thread Arno Garrels
pump finally Destroy instance of TWsocketServer end; end; -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Arno Garrels Envoyé : mardi 10 avril 2007 20:44 À

Re: [twsocket] Client close exception and connection doubt

2007-04-13 Thread Arno Garrels
Éric Fleming Bonilha wrote: Éric, Since ICS works asynchronous a reconnect-timer should be started from event handler OnSessionClosed, is that the case? Also the best place to destroy the object is from OnSessionClosed as well. But the OnSessionClosed event will be triggered if I try to

Re: [twsocket] Listen exception

2007-04-13 Thread Arno Garrels
applications so far. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Friday, April 13, 2007 11:01 AM To: ICS support mailing Subject: Re: [twsocket] Listen

Re: [twsocket] Problem upgrading to ICS V5 forDelphi/C++BuilderBeta(Nov 11, 2006)

2007-04-15 Thread Arno Garrels
the response headers and requests and post them here. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Db Screen-Cursor = crHourGlass; String c_dir = GetCurrentDir(); String url = http://www.; + cfg-host_name + /check.php?user= + cfg-user_name + pw= + cfg

Re: [twsocket] Bug in HTTPProt.pas (URGENT)

2007-04-15 Thread Arno Garrels
It turned out that this was false alert. I couldn't reproduce the problem, tested against an URL provided by Fastream Technologies using latest Betas v5/v6. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Fastream Technologies wrote: Hello, Please use the ICS

Re: [twsocket] Problem upgrading toICSV5forDelphi/C++BuilderBeta(Nov 11, 2006)

2007-04-16 Thread Arno Garrels
to add IcsUrl.pas to the ICS package. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Db -- 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

Re: [twsocket] Problem upgradingtoICSV5forDelphi/C++BuilderBeta(Nov11, 2006)

2007-04-16 Thread Arno Garrels
David Bridges wrote: Arno Garrels [TeamICS]: At least IcsUrl.pas (dated 01/01/2006) is included in current release, ics.zip. When I try to single step into ParseUrl I'm prompted to browse to the location of the file, not sure if that is expected or is in anyway a clue about the problem

Re: [twsocket] Unique Handle of a connection with TWSocketClient

2007-04-16 Thread Arno Garrels
Marc, Have a look at GpHTTPProxy (Primoz Gabrijelcic) http://gp.17slon.com/gp/tgphttpproxy.htm The GpHTTPProxy is based on SocketSpy (Wilfried Mestdagh), downloadable from the User made page at the ICS website. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html [EMAIL

Re: [twsocket] TFTPCli : Altered picture on FTP Transfet

2007-04-17 Thread Arno Garrels
In order transfer data in binary mode you must set property BinaryMode to TRUE as well as call the TypeSet command to send the new transfer type to the server. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Nicolas DEZORTHES wrote: Hello, I have encountered

Re: [twsocket] 501 Cannot RETR. Error - Socket with icsFtpServ(V6forDelphi7)

2007-04-18 Thread Arno Garrels
gets the list and loads every file in the list! That's strange... I bet the delay starts after the server called Data.ShutDown(1) in FtpSrv.pas, TFtpServer.WMFtpSrvCloseData, can you please set a breakpoint there and check whether that this is true? -- Arno Garrels [TeamICS] http

Re: [twsocket] httpcli v6 bad request

2007-04-19 Thread Arno Garrels
the %20 included already. In my Ethereal dump the location-header of the 301-response already has the space, so the server simply tries to redirect to an invalid URL, do we really have to workaround such invalid URLs in the THttpCli? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte

Re: [twsocket] httpcli v6 bad request

2007-04-19 Thread Arno Garrels
[EMAIL PROTECTED] wrote: --- Original Message --- From: Arno Garrels[mailto:[EMAIL PROTECTED] Sent: 4/19/2007 6:37:09 AM To : twsocket@elists.org Cc : Subject : RE: Re: [twsocket] httpcli v6 bad request No idea, I can only see that the send header in this case

Re: [twsocket] httpcli v6 bad request

2007-04-19 Thread Arno Garrels
Arno Garrels wrote: [EMAIL PROTECTED] wrote: --- Original Message --- From: Arno Garrels[mailto:[EMAIL PROTECTED] Sent: 4/19/2007 6:37:09 AM To : twsocket@elists.org Cc : Subject : RE: Re: [twsocket] httpcli v6 bad request No idea, I can only see that the send

Re: [twsocket] 501 Cannot RETR. Error - SocketwithicsFtpServ(V6forDelphi7)

2007-04-20 Thread Arno Garrels
as well as FileZilla server? If they all handle your client correctly we have to find a workaround. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html I also tried your Sample-Application (OverbyteIcsFtpSrv.dpr), it behaves the same way. snip 192.168.200.179 LIST

Re: [twsocket] httpcli v6 bad request

2007-04-20 Thread Arno Garrels
components before the escaped characters within those components can be safely decoded. ( http://www.faqs.org/rfcs/rfc2396.html ) We probably have to bind encoding to function ParseUrl() somehow. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -dZ

Re: [twsocket] 501 Cannot RETR.Error-SocketwithicsFtpServ(V6forDelphi7)

2007-04-20 Thread Arno Garrels
Data.ShutDown(1) for some reason? Subsequent RETR however worked fine, is this with latest ICS-Beta download available? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Arno Garrels wrote: Patrick Schmidt - STEP Software GmbH wrote: Possibly G6 works around

Re: [twsocket] 501 CannotRETR.Error-SocketwithicsFtpServ(V6forDelphi7)

2007-04-20 Thread Arno Garrels
, but not 100% sure. Anyway that doesn't seem to be the problem in this case. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html So it can't send the 226 answer before the connection close is complete. -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware

Re: [twsocket] 501CannotRETR.Error-SocketwithicsFtpServ(V6forDelphi7)

2007-04-20 Thread Arno Garrels
% sure since the RFC are not very specific in how one has to interpret the expression close the connection. IMHO initiation of a gracefull shutdown may be interpreted as a close, if not, calling ShutDown() (which finally makes the client close the connection) wasn't RFC conform. -- Arno Garrels

Re: [twsocket] remove

2007-04-20 Thread Arno Garrels
Luciano Alves Barroso - DigiVoice wrote: remove my email from this list... To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] 501CannotRETR.Error-SocketwithicsFtpServ(V6forDelphi7)

2007-04-20 Thread Arno Garrels
at least in order to share packet dumps, since everybody may use it w/o charge, I like it very much and don't miss any feature so far. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html

Re: [twsocket] how to HTTP POST files

2007-04-21 Thread Arno Garrels
at HTTPCLIEXAMPLE.ZIP available at the ICS website (User Made). DaFlip created the example code for using HTTP Mutlipart Formdata posting with the HTTPCli component. It includes source for server side (CGI/Perl) and client side (Delphi 4) -- Arno Garrels [TeamICS] http://www.overbyte.be/eng

Re: [twsocket] httpcli v6 bad request

2007-04-21 Thread Arno Garrels
required himself. A class TIcsUrl could help to make current source code better readable. A faster and more copmlete function UrlEncode should be made available. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] httpcli v6 bad request

2007-04-21 Thread Arno Garrels
. I'll give it a trial tomorrow if I have some minutes. I also would like to move functionality of OnLocationChangeExceeded into the new OnLocationChange event, so that one single event will be responsible for relocation only. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] httpcli v6 bad request

2007-04-21 Thread Arno Garrels
Frans van Daalen wrote: From: Arno Garrels Instead the component should provide access to parts of a URL, either by var-parameters in event OnLocationChange As said before the OnLocationChange is to late. That event is triggered just before the relocate will execute. All properties

Re: [twsocket] 501CannotRETR.Error-SocketwithicsFtpServ(V6forDelphi7)

2007-04-23 Thread Arno Garrels
. Could be a description of WireShark as well :) BTW: Latest version of WireShark uses WinPcap 4.0 driver so it runs in Vista (32/64 bits). -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html (I don't use Ethereal, I use LanWatch which nicely show data captured

Re: [twsocket] Hash algorithm

2007-04-23 Thread Arno Garrels
be someone can add a progress callback to IcsSha1.pas as well? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Best Regards, SZ - Original Message - From: Markus Humm [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, April 22

Re: [twsocket] httpcli v6 bad request

2007-04-24 Thread Arno Garrels
; {* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *} -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html dZ. -- DZ-Jay [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo

Re: [twsocket] twsocket Server

2007-04-24 Thread Arno Garrels
by Twsocketclient.PutDataInSendBuffer Since v5.2 there's a property BufferedByteCount. BTW: Any of the send-functions put the data into the send buffer first. If you don't want the buffer grow too large event OnDataSent is a good place to send data in smaller chunks. -- Arno Garrels [TeamICS] http

Re: [twsocket] Secure FTP

2007-04-25 Thread Arno Garrels
Robert Chafer wrote: Hi Does ICS support secure FTP? Depends what that means, ICS-SSL, http://www.overbyte.be/eng/ssl.html supports RFC #4217, http://www.faqs.org/rfcs/rfc4217.html -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- Rob Chafer Silverfrost

Re: [twsocket] 501 Cannot RETR. Error - Socket withicsFtpServ(V6forDelphi7)

2007-04-27 Thread Arno Garrels
Arno Garrels wrote: Patrick Schmidt - STEP Software GmbH wrote: Later you change to that directory and request a dir list. The server somewhat hang creating the directory list. After 2 minutes the connection is closed (probably an inactivity timeout at server side). After this time

Re: [twsocket] tThrdSrv

2007-04-27 Thread Arno Garrels
I think the comment in the demo is not correct. Actually OnClientConnect is triggered in worker thread context. You can easily check the thread context by calling Windows.GetCurrentThreadID. So probably event OnClientCreate was the place to add the new tab. -- Arno Garrels [TeamICS] http

Re: [twsocket] tThrdSrv

2007-04-27 Thread Arno Garrels
Arno Garrels wrote: I think the comment in the demo is not correct. Actually OnClientConnect is triggered in worker thread context. You can easily check the thread context by calling Windows.GetCurrentThreadID. So probably event OnClientCreate was the place to add the new tab. Please forget

Re: [twsocket] How to get the call stack programmatically?

2007-04-28 Thread Arno Garrels
that help? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html 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

Re: [twsocket] How to get the call stack programmatically?

2007-04-28 Thread Arno Garrels
. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html void __fastcall lockCriticalSection(TCriticalSection *CS) { // currently it is: CS-Acquire(); // what should it be? } Best Regards, SZ On 4/28/07, Arno Garrels [EMAIL PROTECTED] wrote

Re: [twsocket] How to get the call stack programmatically?

2007-04-28 Thread Arno Garrels
Fastream Technologies wrote: Arno, I have THOUSANDS of critical sections passed to this function as parameter! Why do you need THOUSANDS of critical sections?? That sounds slower than running single threaded. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] How to get the call stack programmatically?

2007-04-28 Thread Arno Garrels
WAIT_TIMEOUT. Can you provide some source code snippet for this please? Please search the internet there should be tons of snippets around, or ask your question in newsgroup: borland.public.delphi.nativeapi.win32. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] How to get the call stack programmatically?

2007-04-29 Thread Arno Garrels
(GetLastError)); end; end. -- -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our

Re: [twsocket] Bug in Arno's latest THttpCli

2007-05-01 Thread Arno Garrels
I'm currently helpless since the call stack doesn't give me a hint were to search. BTW: Note that current ICS-Betas do not require my small fix! And it's Francois' THttpCli not mine ;-) -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Best Regards, SZ

Re: [twsocket] ThrdSrv

2007-05-03 Thread Arno Garrels
Don't jump! Your code below looks correct. Instead try the same with standard TTabsheet/TPageControl in the original ThrdSrv demo. Does that work? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Gary Stafford wrote: I posted a message the other day about how I have

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-03 Thread Arno Garrels
/solution for these? May be some Vista setting to avoid such attacks? Or may be Vista is just slower than XP? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html WARM Regards from Turkey where it is already hot! SZ -- To unsubscribe or change your settings

Re: [twsocket] Strange Vista winsock behavior--any way to by-pass?

2007-05-05 Thread Arno Garrels
downloading with DownThemAll, a nice plugin for FireFox. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http

Re: [twsocket] NTLM on multi-user-per-thread FTP case

2007-05-07 Thread Arno Garrels
?? If the server admin wants to control access to files'n folders only by Windows security you probably hit the point where one (impersonated) thread per user was best choice? Otherwise you could handle NTLM like any other authentication type. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte

Re: [twsocket] NTLM on multi-user-per-thread FTP case

2007-05-07 Thread Arno Garrels
I missed the keyword FTP. NTLM isn't available in any of the FTP components. Arno Garrels wrote: Fastream Technologies wrote: - Arno told me that one would need to impersonate the thread and then attempt to read/write on network. However, since the thread is also used by other users, would

Re: [twsocket] NTLM on multi-user-per-thread FTP case

2007-05-08 Thread Arno Garrels
Fastream Technologies wrote: I am talking about FTP SERVER. Can you help us build NTLM security to TFtpServer? Or, IS THIS POSSIBLE? Do you know any FTP client with NTLM support? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Regards, SZ On 5/7/07, Arno

Re: [twsocket] NTLM on multi-user-per-thread FTP case

2007-05-08 Thread Arno Garrels
TNtlmAuthSession.ValidateUserCredentials( const AUser, APassword, ADomain: String; CleanUpSession: Boolean): Boolean; If you want to call ImpersonateContext/RevertContext pass FALSE in parameter CleanUpSession. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] NTLM on multi-user-per-thread FTP case

2007-05-08 Thread Arno Garrels
ask. Such as what should be passed to domain which was not asked in our reverse proxy! AFAIR, if blank current domain or local host is used, otherwise specified domain, but not for sure, it was very easy to scribble a small test project to find that out. -- Arno Garrels [TeamICS] http

Re: [twsocket] NTLM on multi-user-per-thread FTP case

2007-05-08 Thread Arno Garrels
BTW: You also could use the LogonUser API since you know both username as well as password. Arno Garrels wrote: Fastream Technologies wrote: Hello Arno, Either we are having a kind of communication problem or you did not read what I sent you privately. We prefer to sponsor YOU to do

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

2007-05-10 Thread Arno Garrels
somebody please test? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- 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

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

2007-05-10 Thread Arno Garrels
Is this normal? I think so, since a newly created user is a member of group Everyone by default which has read-permission to most files. I tested with a newly created group FTP-Users to which I denied certain NTFS-rights for testing purposes (there's probably a smarter way). -- Arno Garrels

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

2007-05-11 Thread Arno Garrels
in testing? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Regards, SZ On 5/10/07, Arno Garrels [EMAIL PROTECTED] wrote: Perhaps you can code the NTLM into ICS FTP Server demo? Believe me there is DEMAND for it! Fastream offers you $200 for the task

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

2007-05-13 Thread Arno Garrels
or try to run the demo As Administrator. BTW: Even disk quotas work (I tested in XP). -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html On 5/11/07, Arno Garrels [EMAIL PROTECTED] wrote: Fastream Technologies wrote: Hello Arno, I use Windows Vista Business. I

Re: [twsocket] Unconventional use of HTTP...

2007-05-13 Thread Arno Garrels
Made). DaFlip created the example code for using HTTP Mutlipart Formdata posting with the HTTPCli component. It includes source for server side (CGI/Perl) and client side (Delphi 4) -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html /Erik -- To unsubscribe or change

Re: [twsocket] TFtpServ that uses FTP user'sWindowsaccountsecuritycontext

2007-05-14 Thread Arno Garrels
! -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Regards, SZ On 5/14/07, Arno Garrels [EMAIL PROTECTED] wrote: Fastream Technologies wrote: Hello Arno, Just found time... Sorry. I have an idea, to reduce the NTLM context switches, It is the user

Re: [twsocket] TFtpServ that uses FTP user'sWindowsaccountsecuritycontext

2007-05-15 Thread Arno Garrels
or not it's enough to test in certain subfolders below C:\TEMP where you can play with NTFS-rights without any risc to break your system. Here's a good article however for Windows 2000: http://www.windowsitlibrary.com/Content/592/toc.html -- Arno Garrels [TeamICS] http://www.overbyte.be/eng

Re: [twsocket] CliDemo

2007-05-17 Thread Arno Garrels
I have two problems:- Writing to a memo, line by line is very, very slow. Slows down entire application and you risk to make the GUI not responding. Have you tried to receive into a buffer temporarily the copy bigger chunks to the memo? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng

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

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

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 I

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
Fastream Technologies wrote: In my copy of BCB2006, if I do NOT remove the unit winsock2, then the compiler does NOT install the entire project package. Sorry, that's not true, I tested this several times in BCB2006. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] HTTPCli and proxy settings

2007-05-19 Thread Arno Garrels
and old versions are scrambled. BTW: The TFtpServer requires OverbyteIcsWinsock2.pas. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Could you try with these as well? Best Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-02 Thread Arno Garrels
Looks usefull, though not tested yet. Francois, what do you think? Primož Gabrijelcic wrote: Hello everybody (and especially Francois). I have this legacy code that was written using ICS v5. Deep inside some message processing (specifically RAS handling) is done in overridden WndProc

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-02 Thread Arno Garrels
Primož Gabrijelcic wrote: It works fine in our applications. My vote is pro, depends on Francois, he's the (busy) boss ;-) Primoz -Original Message- From: [EMAIL PROTECTED] [mailto:twsocket- [EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Saturday, June 02, 2007 8:08 PM

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Arno Garrels
: Boolean) of object; -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Primoz -Original Message- From: [EMAIL PROTECTED] [mailto:twsocket- [EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Saturday, June 02, 2007 8:08 PM To: ICS support mailing

Re: [twsocket] Which threaded server sample to use

2007-06-04 Thread Arno Garrels
clients (beyond thousand) need to be served on multi-processor servers. Anyway tell us why do you think you need multiple threads for network communication. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] socket connexion over HTTP/80

2007-06-08 Thread Arno Garrels
in front of stream... maybe... Port 80 is just a port number and in the first place the port number has nothing to do with the protocol a server listening on that port uses. The correct commands necessary to traverse a HTTP proxy can be found in the source code of THttpCli. -- Arno Garrels

Re: [twsocket] [FTP] Recursive upload?

2007-06-10 Thread Arno Garrels
There's also a component available based on ICS that makes such transfer jobs very easy: http://www.magsys.co.uk/delphi/magxfer.asp If you contributed to ICS-SSL this component can be downloaded with full source from the ICS-SSL website for free. -- Arno Garrels [TeamICS] http://www.overbyte.be

Re: [twsocket] Which threaded server sample to use

2007-06-17 Thread Arno Garrels
are implemented in Windows by additional threads internally. There's no way around threads when you want non-blocking behaviour, however that's in indeed not our problem, the OS provides such nice features so let's use them. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Web-server test

2007-06-20 Thread Arno Garrels
S.Korotky wrote: Could someone recommend a decent web-server test tool, Have look at: http://en.wikipedia.org/wiki/LoadRunner I was told it was the best. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available

2007-06-25 Thread Arno Garrels
of: OverbyteIcsWndControl.pas, OverbyteIcsWSocket.pas, OverbyteIcsFtpSrv.pas. SSL.. OverbyteIcsWSocketImplSsl.inc and the new SslHandShakeDone handler in the HTTPS-demo. Supports latest OpenSSL libraries, wildcard certificates etc. Arno Garrels - Original Message - From: Francois PIETTE [EMAIL

Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available

2007-06-25 Thread Arno Garrels
Fastream Technologies wrote: Where can we get the compiled latest OpenSSL DLLs? http://www.slproweb.com/products/Win32OpenSSL.html Their installer writes then to the system32 directory. Best Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS

Re: [twsocket] New ICS-V6 and ICS-SSL-V6 available

2007-06-25 Thread Arno Garrels
Fastream Technologies wrote: The site is very slow. Look at the ICS-SSL-site there's a download link for regestered users as well. - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, June 25, 2007 6:51 PM Subject: Re

Re: [twsocket] New ICS-V6andICS-SSL-V6availableBCBCOMPATIBILITYWARNING

2007-06-27 Thread Arno Garrels
Fastream Technologies wrote: Hello, Ok when I compare the overbyteicswsocket.hpp's of the working old and non-working new v6, I see some differences: Working: virtual int __fastcall Send(Overbyteicswsockbuf::TWSocketData Data, int Len)/* overload */; virtual int __fastcall SendTo(const

[twsocket] Typedef TSocket - ICS-oldies

2007-06-30 Thread Arno Garrels
Delphi 4 } TSocket = u_int; {$ENDIF} I may be missing something, however TSocket is defined in my D4-WinSock.pas as u_int as it is in D7 thru D2007, so I do not understand why we need to define it once more ? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Typedef TSocket - ICS-oldies

2007-06-30 Thread Arno Garrels
] -Original Message- From: [EMAIL PROTECTED] [mailto:twsocket- [EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Saturday, June 30, 2007 7:44 PM To: 'ICS support mailing' Subject: [twsocket] Typedef TSocket - ICS-oldies Hi ICS-oldies, Do you remember this change in (OverbyteIcs)WSocket.pas

Re: [twsocket] Typedef TSocket - ICS-oldies

2007-07-01 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Primo¾ Gabrijelèiè wrote: I don't remember what that was all about. Probably pre-D4 stuff? Hmm, I think it can be removed but not for sure, that's why I'm asking. At least I can't see a reason why it was required. May

Re: [twsocket] TWSocket delay

2007-07-02 Thread Arno Garrels
the delay in sending data . Yes, there's a property BufferedByteCount, skip a frame if buffered data exceed some custom limit. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Protocol is TCP by the way. Thank you ! Gaetan Siry VHB, Inc. IT - Dev email

Re: [twsocket] Should the http header end event be triggered on astarting session?

2007-07-04 Thread Arno Garrels
The GetHeaderLineNext is called from SocketSessionConnected. It is not called from there but placeholder FNext is assigned with function GetHeaderLineNext(). FNext is the called later from SocketDataAvailable. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Bug fix for HttpProt.pas

2007-07-09 Thread Arno Garrels
to set the default value from TWSocket, isn't it? constructor THttpCli.Create(Aowner:TComponent); begin .. CreateSocket; .. FSocksLevel := FCtrlSocket.SocksLevel; .. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your

Re: [twsocket] OnSessionConnected not fired

2007-07-11 Thread Arno Garrels
but OnSessionAvailable. This and other properties are available only since TWSocketServer is derived from TWSocket. I have to know when server is ready to receive IP queries. How could I do without this event ? Not sure what you mean, in order to check peer's IP use event on OnClientConnected. -- Arno Garrels

Re: [twsocket] OnSessionConnected not fired

2007-07-11 Thread Arno Garrels
. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Wednesday, July 11, 2007 4:54 PM To: ICS support mailing Subject: Re: [twsocket] OnSessionConnected

Re: [twsocket] problem when upgrading ICS

2007-07-11 Thread Arno Garrels
[nIndex : Integer] : TFtpCtrlSocket read GetClient; What's the error when you try to build the package? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html I hope anyone can suggest a way to do this without making

[twsocket] Bug and fix - THtmlSmtpCli

2007-07-11 Thread Arno Garrels
} end; -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- 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

Re: [twsocket] NOFORMS

2007-07-16 Thread Arno Garrels
-safe in V5! Don't do that. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Paul - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, July 16, 2007 2:00 PM Subject: Re: [twsocket] NOFORMS

Re: [twsocket] NOFORMS

2007-07-16 Thread Arno Garrels
, no matter whether Forms is in the uses clause or not. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Paul - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, July 16, 2007 2:39 PM Subject

Re: [twsocket] birthday

2007-07-20 Thread Arno Garrels
Wilfried Mestdagh wrote: Hello, A happy birthday for you Francois ! Best wishes from me as well, hasn't ICS a anniversary this year as well? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] Httpclient

2007-07-21 Thread Arno Garrels
this back as the result? Right or wrong? Is there anyone that do have a code snippet that actually tells me the exactly weight of all the content that the httpclient downloaded? I do not know. Be creative it's not too difficult. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte

Re: [twsocket] Is this a bug or a missing feature in wsocket.pas?

2007-07-25 Thread Arno Garrels
Abort() IMHO. Is this correct? No, since receiving this notification from winsock does not necessarily mean that all data has been received on the application level. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Fastream Technologies wrote: Hello, I mean

[twsocket] TProxyInfo from User Made page

2007-07-27 Thread Arno Garrels
(AString) do begin if AString[cnt] in SepChars then = changed begin posend := cnt; Break; end; end; if (posend - posini) 0 then ResList.Add(Trim(Copy(AString, posini, posend - posini))); posini := posend + 1; end; end; -- Arno Garrels

<    3   4   5   6   7   8   9   10   11   12   >