InfoConnect for Unisys
AS400ReceiveFile 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 data from the host to the PC, using the AS/400 data transfer protocol.
Syntax
'Declaration
 
Sub AS400ReceiveFile( _
   ByVal transferFile As String, _
   ByVal showStatus As Boolean _
) 
'Usage
 
Dim instance As IFileTransfer
Dim transferFile As String
Dim showStatus As Boolean
 
instance.AS400ReceiveFile(transferFile, showStatus)
void AS400ReceiveFile( 
   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