Re: [twsocket] SSL install problem (Arno Garrels)

2008-12-10 Thread Arno Garrels
A Drent wrote: > Yes, both packages do exists. But only the non-ssl version installs > ok, the ssl one gives me the compile errors. I need the ssl > installation because I need to be able to recompile our ssl projects. These files are created by the IDE when you try to build the Delphi 2006 packag

Re: [twsocket] SSL install problem (Arno Garrels)

2008-12-10 Thread A Drent
Yes, both packages do exists. But only the non-ssl version installs ok, the ssl one gives me the compile errors. I need the ssl installation because I need to be able to recompile our ssl projects. albert > > A Drent wrote: >> (tried to post this through the ics-ssl list, but since my email >>

[twsocket] OT: Pinging Dod 2: Are you ok?

2008-12-10 Thread Fastream Technologies
Hello, I wonder how the test is going. Please let me know ASAP. Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TProxyInfo for D2009

2008-12-10 Thread Arno Garrels
Maurizio Lotauro wrote: > Scrive Arno Garrels <[EMAIL PROTECTED]>: > >> Arno Garrels wrote: >>> Maurizio Lotauro wrote: > > [...] > I'm in doubt about this. The remarks of INTERNET_PER_CONN_OPTION Structure say: "In Internet Explorer 5, only the ANSI versions of Interne

[twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
Using Delphi 7, ICS FTPCli V6.03 On some machines I get the following error: 500 ESocketException: No Error (#0 in Connect) Excerpt from my log: 10:45:07: FTP: Ready to connect ftp Request ConnectAsync Done. ftp StatusCode = 500 ftp LastResponse was : '500 ESocketException: No Error (#0 in Con

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Arno Garrels
Most likely you call Connect while a previous call to Connect is still in the pipe (some loop, TTimer etc.)? > Form1.FTPClient1.Connect(); Log(5, '{hms}: FTP: Connected > (hopefully)'); // <--- not actually connected at this point :( That's true and the great nature of non-blocking methods.

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
I was trying to manually connect. That is the only connect call in the pipe. I sent this code as a simplified version of what I actually have. I have the try..except and so forth. What is the "correct" way to do what I am trying to do here? Matt -Original Message- From: [EMAIL PROTECTED

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Francois PIETTE
To help find where the problem is, I suggest to use FtpTst demo program to test the same connection. We will know if the issue comes from your code or from something weird on thos computers. -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
>From FTPTst: Winsock version 2.2 WinSock 2.0 Running Executing Requested Command Request OpenAsync Done. StatusCode = 500 LastResponse was : '500 ESocketException: No Error (#0 in Connect)' Error = 500 (500 ESocketException: No Error (#0 in Connect)) < 220 Microsoft FTP Service So its something

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Francois PIETTE
OK. So the sample program doesn't work: I guess there is something weird on your system. I have no idea what but it is probably related to a firewall or similar "security" product. I would suggest now to try with command line telnet on the same computer to connect to the FTP server. Something l

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
Here's a clue: Telnet connection to FTP worked. As I walked through I got to this step: list 150 Opening ASCII mode data connection for /bin/ls. 425 Can't open data connection. So something is blocking traffic... grr... shouldn't have anything installed that can do that. What on Windows Server

Re: [twsocket] TProxyInfo for D2009

2008-12-10 Thread Maurizio Lotauro
Scrive Arno Garrels <[EMAIL PROTECTED]>: > Maurizio Lotauro wrote: [...] > > This is the point. The above remarks is really vague. > > The Unicode version exists in IE5 but down's work or doesn't exist at > > all? > > And even more questions: > What about the record INTERNET_PROXY_INFO > (http