In This Topic
Transfers data from the host to the PC, using the AS/400 data transfer protocol.
Syntax
'Declaration
Sub AS400ReceiveFile( _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As IFileTransfer
Dim transferFile As String
Dim showStatus As Boolean
instance.AS400ReceiveFile(transferFile, showStatus)
void AS400ReceiveFile(
string ,
bool
)
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.
See Also