InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / OS2200FileTransfer Object / SendFile Method
The pathname to the local PC file to transfer. The value cannot be null or empty.
Specifies a name for the file being transferred. This is the OS2200 drawer concatenated with the report id. The value cannot be null or empty.
In This Topic
    SendFile Method (OS2200FileTransfer)
    In This Topic
    Uploads a file to the host.
    Syntax
    expression.SendFile( _
       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 transfer. The value cannot be null or empty.
    hostFile
    Specifies a name for the file being transferred. This is the OS2200 drawer concatenated with the report id. The value cannot be null or empty.
    See Also