InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / OS2200FileTransfer Object / ReceiveFile Method
The pathname to the local PC file to receive. The value cannot be null or empty.
The name of the file being transferred from the host. This is the OS2200 drawer concatenated with the report id. The value cannot be null or empty.
In This Topic
    ReceiveFile Method (OS2200FileTransfer)
    In This Topic
    Downloads a file from the host to your local PC.
    Syntax
    expression.ReceiveFile( _
       ByVal pcFile As String, _
       ByVal hostFile As String _
    ) 
    where expression is a variable that represents a OS2200FileTransfer Object

    Parameters

    pcFile
    The pathname to the local PC file to receive. The value cannot be null or empty.
    hostFile
    The name of the file being transferred from the host. This is the OS2200 drawer concatenated with the report id. The value cannot be null or empty.
    See Also