Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPHostName Property
In This Topic
    FTPHostName Property
    In This Topic
    Returns or specifies the name or IP address of the server for FTP file transfers. 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.
    Syntax
    expression.FTPHostName As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    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. The default value is "". The string cannot be more than 259 characters long.
    See Also