[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
, 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. (Delphi 6) When executing the following procedure FTPClient1.PutAsync. I get the error . Application raised exception class

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Francois Piette
support mailing' twsocket@elists.org Sent: Wednesday, October 18, 2006 1:28 PM Subject: Re: [twsocket] Connection Problem SFTP Sorry I mean a Secure FTP Connection so FTPS. (... get lost in the world of abbreviations...) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Beacon - Business Solution Architects
To: ICS support mailing Subject: Re: [twsocket] Connection Problem SFTP 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

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Francois Piette
Architects [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Wednesday, October 18, 2006 1:44 PM Subject: Re: [twsocket] Connection Problem SFTP I'm using the right library, as mentioned by another member, the normal connect mode is working for FTPS, async connect method seems

Re: [twsocket] Connection Problem SFTP

2006-10-18 Thread Arno Garrels
framework, freeware) http://www.overbyte.be - Original Message - From: Beacon - Business Solution Architects [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Wednesday, October 18, 2006 1:44 PM Subject: Re: [twsocket] Connection Problem SFTP I'm using