InfoConnect for Airlines VBA Guide
ReceiveFile Method (MapperFileTransfer)
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 is the MAPPER drawer concatenated with the report id. The value cannot be null or empty.
Downloads a file from the host to your local PC.
Syntax
object.ReceiveFile( _
   ByVal pcFile As String, _
   ByVal hostFile As String _
) 

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