Admin Production rocket
Current Publication

FTPHostName Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
FTPHostName Property
In This Topic
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