InfoConnect for Unisys
FTPHostName Property


Returns or specifies the name or IP address of the server for FTP file transfers.
Syntax
'Declaration
 
Property FTPHostName As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.FTPHostName = value
 
value = instance.FTPHostName
string FTPHostName {get; set;}
Remarks
This can be a host name that is resolved by the Hosts file on your PC or by a domain name server on your network. You can also specify an IP address. This property is relevant only for transfers that use the FTP protocol. You must already be connected to a host before initiating FTP file transfer. Use this property if you want to initiate FTP file transfer to a different host. Values The default value is "". The string cannot be more than 259 characters long.
See Also