InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrFtpLocalFile Property
In This Topic
    XfrFtpLocalFile Property
    In This Topic
    Gets or sets a file on the PC.
    Syntax
    expression.XfrFtpLocalFile As String
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is "".

    When no path is given, InfoConnect uses the folder specified by XfrCurrentDirectory.

    This string can be up to 260 characters long.

    Remarks
    For transfers to the PC (using FtpReceiveFile), this is the file the PC receives.

    For transfers to the host (using FtpSendFile), this is the file that is sent to the host.

    The value of this property is not saved when you save an InfoConnect settings file, but is saved when you save a transfer request file.

    See Also