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 server.

Arno   
--
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] 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 stopping it
working.  Sometimes changing to Passive mode can help. 

Angus

--
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] FTPclient Error 426

2012-09-19 Thread Maria

Hello Angus,

I figured out the problem.

In the program before we call DirectoryAsync we check to see if the 
FTPClient is connected. If it is we call abort then quit.


It seems the abort was not working or it was the one producing the 426 
error.


All we did was take out the abort and it disconnects and calls 
DirectoryAsync just fine.


I really like the component. One question is there more detailed help then 
the one online.


Thanks for all your help.

Maria Rothweiler Makki
ma...@softstuf.com
US Domestic: 800-818-3463
International: 215-922-6880
Cell: 609-338-7736


- Original 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 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 stopping it
working.  Sometimes changing to Passive mode can help.

Angus

--
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



--
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] 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 there is
only so much time we can spend.  

As I said earlier today, you can look at the code in my high level
TMagFtp component from:

http://www.magsys.co.uk/delphi/magxfer.asp

which makes FTP very easy to use, and is extensively tested over many
years.  

Angus

--
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


[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 FTP server (8 
different servers) we connect to gives an ErrCode = 426 with a message 
Operation Aborted.

Am I missing a file. Any help would be greatly appreciated. 

Thank you.

Maria Rothweiler Makki
ma...@softstuf.com
US Domestic: 800-818-3463
International: 215-922-6880
Cell: 609-338-7736
--
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