Login  
Search All Forums
Dart Home | PowerTCP FTP for ActiveX | Custom Development Reply | PowerTCP FTP for ActiveX Topics | Forums   
AuthorForum: PowerTCP FTP for ActiveX
Topic: 425 Can't build data connection. Connection Refuse
Alexandre Archambault

From: Montréal, QC Canada
Posts: 49
Member Since: 02/27/01
posted April 26, 2001 11:50 AM

 When I do a ftp1.Command "LIST" I get the 425 message error.
 When I use the ftp1.List it works fine.

 Why is the ftp1.Command "LIST" not working.

 I want to use the Command command so that I don't have to code every available command.
 If I can have the Command work then I will only need one line of code to make every other command work by passing it trhough Command.

 I've noticed that firewall was mentioned in the Archive, could this be a firewall problem.

 Thanks for your help on this and previous matters
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted April 26, 2001 11:59 AM


When you do a LIST you use a another TCP connection ( The Data Connection) to receive the result. When you use the LIST method, we set that connection up. If you send the LIST command manually, the connection will never get set up, therefore the message you are getting.

In short, you wan't be able to do that.

Hope this helps!

Tony Priest
Dart Tech Support
Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX