Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.4k views
in .NET FTP by (200 points)
When using the Demo.vb code supplied with the freeware, I am receiving the message

The requested name is valid, but no data of the requested type was found

when creating the ftp object. Any ideas?

7 Answers

0 votes
by (51.6k points)
This error is most likely due to the DNS being unable to resolve the hostname. Check that your hostname is correct and your computer is able to resolve it (e.g. use 'nslookup <hostname>' from the command prompt). As a last resort, use the IP address instead of the hostname when you connect.

- Hans (EDT Support)
0 votes
by (200 points)
DNS is not resolving the hostname, but I have already tried the IP and get the same message. Any other thoughts?
0 votes
by (51.6k points)
DNS is not resolving the hostname, but I have already tried the IP and get the same message. Any other thoughts?


Can you ping the server?

- Hans (EDT Support)
0 votes
by (200 points)
I can ping the ip address. no problem
0 votes
by
hi

I am also getting the same error. Is there a solution? How to fix it?
0 votes
by (162k points)
YOu'll need to give us some more details about the error.

hi

I am also getting the same error. Is there a solution? How to fix it?
0 votes
by (140 points)
I had the same issue. I was able to connect with command-line FTP, WS-FTP, but not edtFTP. Then I noticed I had included the ftp:// in the host name I was passing in for RemoteHost. Oops. I removed it and it works fine. Any chance you're doing that too?

Categories

...