Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / FTPUseWRQFTP Property
In This Topic
    FTPUseWRQFTP Property
    In This Topic
    Returns or specifies whether to use the Reflection FTP for file transfers.
    Syntax
    expression.FTPUseWRQFTP As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    When this property is true, Reflection FTP is used. Reflection FTP can transfer files to an FTP server running on another PC, or on a UNIX, Unisys, VAX, HP, or other host. When it is false, Microsoft FTP used. Microsoft FTP can transfer files only to UNIX hosts. The default value is true.
    See Also