'Declaration
Sub INDReceiveFile( _ ByVal pcFile As String, _ ByVal hostFile As String, _ ByVal type As INDFileTransferType, _ ByVal fileExistsOption As FileExistsOption, _ ByVal showStatus As Boolean _ )
'Usage
Dim instance As IFileTransfer Dim pcFile As String Dim hostFile As String Dim type As INDFileTransferType Dim fileExistsOption As FileExistsOption Dim showStatus As Boolean instance.INDReceiveFile(pcFile, hostFile, type, fileExistsOption, showStatus)
void INDReceiveFile( string pcFile, string hostFile, INDFileTransferType type, FileExistsOption fileExistsOption, bool showStatus )
Parameters
- pcFile
- Specifies a name for the PC file to receive the host data. Include complete path information.
- hostFile
- Specifies a host file.
- type
- Specifies what type of file is being transferred.
- fileExistsOption
- Specifies what to do if the file specified in the pcFile argument already exists
- 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.