Re: [twsocket] FTPclient Error 426

2012-09-23 Thread Arno Garrels
Maria wrote: In the program before we call DirectoryAsync we check to see if the FTPClient is connected. If it is we call abort then quit. Abort followed by Quit is nonsens. Method Abort aborts the connection, command Quit however requires a connection in order to send the Quit-command to the

Re: [twsocket] FTPclient Error 426

2012-09-19 Thread Angus Robertson - Magenta Systems Ltd
When I copy the exe to another computer Window's XP every FTP server (8 different servers) we connect to gives an ErrCode = 426 with a message Operation Aborted. When FTP fails to run on a specific computer, it's nearly always configuration of that computer, usually a firewall or router

Re: [twsocket] FTPclient Error 426

2012-09-19 Thread Maria
Message - From: Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk To: twsocket@elists.org Sent: Wednesday, September 19, 2012 9:09 AM Subject: Re: [twsocket] FTPclient Error 426 When I copy the exe to another computer Window's XP every FTP server (8 different servers) we connect

Re: [twsocket] FTPclient Error 426

2012-09-19 Thread Angus Robertson - Magenta Systems Ltd
I really like the component. One question is there more detailed help then the one online. Sorry, it has always been hard to find volunteers to document the ICS library, and in particular keep it updated for the constant changes we make. The developers all contribute their efforts free, and

[twsocket] FTPclient Error 426

2012-09-18 Thread Maria
I just registered my email address. Below is the question I posted earlier. Hello Everyone, I have fully implemented the FTPClient on my development station and we can connect and poll files from 8 different FTP servers successfully. When I copy the exe to another computer Window's XP every