Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Dns.Resolve(this.server) gives me error

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-02-07 : 12:05:42
Hi i am using an ftp client on my machine I installed the ftp server: ftp://localhost/
and when i try to use this command:
Dns.Resolve(this.server)
I get the error:
The requested name is valid, but no data of the requested type was found
but I have a file in the ftp server called test.txt
any help pls?

Vinnie881
Master Smack Fu Yak Hacker

1231 Posts

Posted - 2007-02-08 : 21:04:15
why are you using dns.resolve? What purpose does it have in this situation?

I would first verify the ftp server is running via any program you are formiliar with.

this is the article I used to build a client

http://www.15seconds.com/issue/981203.htm
Go to Top of Page

rtutus
Aged Yak Warrior

522 Posts

Posted - 2007-02-23 : 14:29:07
cool, i ll keep that in mind
Go to Top of Page
   

- Advertisement -