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: 10065 error doing retriev or store after successful login
johncollett
johnc1102@hotmail.com

From: st. louis, MO USA
Posts: 13
Member Since: 02/02/05
posted January 25, 2006 1:04 PM

A customer of mine swapped their linux servers, made no changes to their client side. My VB6 code using Dart FTP connects with Passive = true and does stores and retrieves. 

Now, after successful login, both fail with a 10065 (remote host does not exist). Should I try passive=false or is this indicative of another problem related to server permission, etc.
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted January 25, 2006 5:06 PM

It sounds like the server is not configured to be used through a firewall. Use the Trace method to create a log, then check the response the server gives to the PASV command. The first 4 numbers should be the same as the IP of the server. If they are not, then your clients firewall is not doing NAT properly. If the IP numbers are OK, check the 5th and 6th numbers to determine the port:

port = (5th * 256) + 6th

The firewall may be blocking inbound traffic to the server on that port.


Reply | PowerTCP FTP for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX