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