Re: [twsocket] TWsocket server client list Error

2006-10-18 Thread Francois Piette
I did this in TcpSrv (adding the thread etc ) demo and into a service. The demo works fine and no blank ip port connections appeared but the service did not work and in some moment did not receive more connections. I still have 10038 errors in BgExcep. I already check buffers and all code to avoid

Re: [twsocket] Problem with HttpCli

2006-10-18 Thread Francois Piette
Project Freesale.exe raised exception class EHTTPException with message 'Can't resolve hostname to IP address. This message means the component can't get the IP address for the hostname you specified in the URL. It could be a simple typo error in the URL. Check it twice. And try the URL with

[twsocket] Connection Problem SFTP

2006-10-18 Thread Beacon - Business Solution Architects
Hi, I’m struggling with a strange problem at the moment establishing a SFTP connection. (Delphi 6) When executing the following procedure FTPClient1.PutAsync. I get the error … Application raised exception class FTPException with message ‘FTP component not ready.’ This is a part of my

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Frans van Daalen
- Original Message - From: Beacon - Business Solution Architects [EMAIL PROTECTED] To: twsocket@elists.org Sent: Wednesday, October 18, 2006 12:20 PM Subject: [twsocket] Connection Problem SFTP Hi, I'm struggling with a strange problem at the moment establishing a SFTP connection.

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Beacon - Business Solution Architects
Sorry I mean a Secure FTP Connection so FTPS. (... get lost in the world of abbreviations...) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: woensdag 18 oktober 2006 13:22 To: ICS support mailing Subject: Re: [twsocket] Connection

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Francois Piette
Sorry I mean a Secure FTP Connection so FTPS. (... get lost in the world of abbreviations...) FTPS is FTP over SSL. SFTP is FTP over SSH (terminal emulation). If you want to use FTPS, you have to have ICS-SSL. Standard ICS is not able to handle SSL protocol. Have a look at

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Beacon - Business Solution Architects
I'm using the right library, as mentioned by another member, the normal connect mode is working for FTPS, async connect method seems not to be workign -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette Sent: woensdag 18 oktober 2006 13:40 To:

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Francois Piette
I'm using the right library, as mentioned by another member OK. I was confused since you use ICS-STD support mailing list instead of ICS-SSL support mailing list. It is probably better to use the right mailing list to make things clear for everyone and to not confuse people using ICS-STD with

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Arno Garrels
As Frans already posted before, beside it's SSL stuff, there's also this very common error: FTPClient1.ConnectAsync; FTPClient1.PutAsync; ß CAUSE ERROR ConnectAsync behaves !!asynchrone!! Means when it returns you may not have a connection yet!! You

Re: [twsocket] ICS V6. and W98/W95

2006-10-18 Thread jan hek
Hello François, Applications generated by Delphi 7 with ICS v6 don't work under W95/W98. I tested in W95 and W98SE. If the application has a twsocket or derived on the form the application gives a : eedfade error. In the case the socket is created after a buttonclick, the creation fails.I don't

Re: [twsocket] Problem with HttpCli

2006-10-18 Thread ShowMe Software
Thanks Francois. I took a clue from your suggestion and found the problem. It wasn't in the IP address but was in the Proxy property. The Proxy property of HttpCli (which was loading from an .ini file) was getting a value from the .ini file that was stopping the connection. The bad value

Re: [twsocket] ICS V6. and W98/W95

2006-10-18 Thread Arno Garrels
jan hek wrote: In the case the socket is created after a buttonclick, the creation fails.I don't have details : I don't have delphi 7 running in W98 Use MadExcept (http://www.madshi.net/madExceptDescription.htm) to get a detailed bug report, including a nice stack trace with line numbers

Re: [twsocket] ICS V6. and W98/W95

2006-10-18 Thread Frans van Daalen
- Original Message - From: jan hek [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, October 18, 2006 3:48 PM Subject: Re: [twsocket] ICS V6. and W98/W95 Hello François, Applications generated by Delphi 7 with ICS v6 don't work under W95/W98. I tested in W95