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.
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 foundbut I have a file in the ftp server called test.txtany 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 |
|
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2007-02-23 : 14:29:07
|
cool, i ll keep that in mind |
|
|
|
|
|