InfoConnect for Unisys
ReceiveFile Method (IOS2200FileTransfer)


The pathname to the local PC file to receive. The value cannot be null or empty.
The name of the file being transferred from the host. This name must comply with naming conventions for host files. The value cannot be null or empty.
Downloads a file from the host to your local PC.
Syntax
'Declaration
 
Sub ReceiveFile( _
   ByVal pcFile As String, _
   ByVal hostFile As String _
) 
'Usage
 
Dim instance As IOS2200FileTransfer
Dim pcFile As String
Dim hostFile As String
 
instance.ReceiveFile(pcFile, hostFile)
void ReceiveFile( 
   string pcFile,
   string hostFile
)

Parameters

pcFile
The pathname to the local PC file to receive. The value cannot be null or empty.
hostFile
The name of the file being transferred from the host. This name must comply with naming conventions for host files. The value cannot be null or empty.
See Also