Re: [twsocket] Error trying to connect to FTP

2008-12-12 Thread Matt Minnis
iling' Subject: Re: [twsocket] Error trying to connect to FTP 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... sho

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
mailing Subject: Re: [twsocket] Error trying to connect to FTP 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 c

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Francois PIETTE
ent Suite (ICS) http://www.overbyte.be - Original Message - From: "Matt Minnis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Wednesday, December 10, 2008 8:44 PM Subject: Re: [twsocket] Error trying to connect to FTP > From FTPTst: > > Winsock

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
So its something peculiar to these machines I'd guess. Thanks, Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois PIETTE Sent: Wednesday, December 10, 2008 13:35 To: ICS support mailing Subject: Re: [twsocket] Error trying to connect

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Francois PIETTE
Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: "Matt Minnis" <[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Wednesday, December 10, 2008 7:57 PM Subject: Re: [twsocket] Error trying to connect to FTP >I wa

Re: [twsocket] Error trying to connect to FTP

2008-12-10 Thread Matt Minnis
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Wednesday, December 10, 2008 12:44 To: ICS support mailing Subject: Re: [twsocket] Error trying to connect to FTP Most likely you call Connect while a previous call to Connect is still in the pipe (some loop, TTimer etc.)?

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.