Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.3k views
in .NET FTP by
I am trying to connect to FTP site that does reverse lookup succesfully and getting:

The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.

Any tips at what causes this will be appreciated.

Thanks,
eukom

6 Answers

0 votes
by (161k points)
The fuller description of this Winsock code says "The usual example for this is a hostname -> address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server), and an MX record is returned but no A record - indicating the host itself exists, but is not directly reachable."

Can you FTP to the host from the command line?

I am trying to connect to FTP site that does reverse lookup succesfully and getting:

The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.

Any tips at what causes this will be appreciated.

Thanks,
eukom
0 votes
by
Yes I can connect to the FTP site in question through DOS FTP.

Is there any way to force FTPClient to not do reverse lookup?

Thanks,
eukom


Can you FTP to the host from the command line?

0 votes
by (161k points)
Try supplying the IP address as the hostname.

Yes I can connect to the FTP site in question through DOS FTP.

Is there any way to force FTPClient to not do reverse lookup?

Thanks,
eukom


Can you FTP to the host from the command line?

0 votes
by
I tried it already, same error message comes up.
Do you know what else might be causing this error?

Thanks,
eukom

Try supplying the IP address as the hostname.

Yes I can connect to the FTP site in question through DOS FTP.

Is there any way to force FTPClient to not do reverse lookup?

Thanks,
eukom


Can you FTP to the host from the command line?

0 votes
by (161k points)
what does "tracert host" give you?

I tried it already, same error message comes up.
Do you know what else might be causing this error?

Thanks,
eukom

Try supplying the IP address as the hostname.

0 votes
by
Hi,
"tracert host" completes succesfully.
This looks increasingly weird.
Do you have any ideas?

Thanks a lot for your time!

what does "tracert host" give you?

Categories

...