expression.INDReceiveFile( _ ByVal pcFile As String, _ ByVal hostFile As String, _ ByVal type As INDFileTransferType, _ ByVal fileExistsOption As FileExistsOption, _ ByVal showStatus As Boolean _ )
where expression is a variable that represents a FileTransfer Object
Parameters
- pcFile
- Specifies a name for the PC file that receives host data. Provide complete path information.
- hostFile
- Specifies a host file.
- type
- An INDFileTransferType value that Specifies the type of file being transferred.
- fileExistsOption
- A fileExistsOption that specifies what to do if the file specified in the pcFile argument already exists.This is a FileExistsOption Enumeration value.
- showStatus
- Displays the file transfer in the Progress window if set to true..