Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.2k views
in .NET FTP by
I have a question about RemoteHost Property of the FTPClient Class.
do this property accept and resolve strings? or it only accept IP addresses?

in another words, is it possible to do something like
FTPClient.remoteHost = "FTP.Microsoft.com"

or the only accepted form is like this
FTPClient.remoteHost = "127.0.0.1"


Thanks in advance

1 Answer

0 votes
by (162k points)
Both.

I have a question about RemoteHost Property of the FTPClient Class.
do this property accept and resolve strings? or it only accept IP addresses?

in another words, is it possible to do something like
FTPClient.remoteHost = "FTP.Microsoft.com"

or the only accepted form is like this
FTPClient.remoteHost = "127.0.0.1"


Thanks in advance

Categories

...