InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IMapperFileTransfer Interface / 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 MAPPER drawer concatenated with the report id. The value cannot be null or empty.


In This Topic
    SendFile Method (IMapperFileTransfer)
    In This Topic
    Uploads a file to the host
    Syntax
    'Declaration
     
    
    Sub SendFile( _
       ByVal pcFile As String, _
       ByVal hostFile As String _
    ) 
    'Usage
     
    
    Dim instance As IMapperFileTransfer
    Dim pcFile As String
    Dim hostFile As String
     
    instance.SendFile(pcFile, hostFile)
    void SendFile( 
       string pcFile,
       string hostFile
    )

    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 MAPPER drawer concatenated with the report id. The value cannot be null or empty.
    See Also