Dim instance AsIFileTransferDim value AsString
instance.FTPHostName = value
value = instance.FTPHostName
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.