InfoConnect for Unisys
AS400SendFile Method


The name of a transfer request file that provides all necessary information about the transfer. Use an empty string if you are providing configuration information using AS/400 Data Transfer keywords.
Use true to display the Transfer in Progress window while the transfer is in progress, or false to not display the Transfer in Progress window.
Transfers one or more PC files to the host, using the AS/400 data transfer protocol.
Syntax
'Declaration
 
Sub AS400SendFile( _
   ByVal transferFile As String, _
   ByVal showStatus As Boolean _
) 
'Usage
 
Dim instance As IFileTransfer
Dim transferFile As String
Dim showStatus As Boolean
 
instance.AS400SendFile(transferFile, showStatus)
void AS400SendFile( 
   string transferFile,
   bool showStatus
)

Parameters

transferFile
The name of a transfer request file that provides all necessary information about the transfer. Use an empty string if you are providing configuration information using AS/400 Data Transfer keywords.
showStatus
Use true to display the Transfer in Progress window while the transfer is in progress, or false to not display the Transfer in Progress window.
Remarks
This method is only relevant to 5250 sessions.
See Also