|
<< Click to Display Table of Contents >> Navigation: Quick3270 functions and statements > ReceiveFile |
Description
This function allows to receive a file from a host session.
Syntax
ReceiveFile PcFile HostFile Options
or
Boolean ReceivedFile(PcFile,HostFile [,Options])
The ReceiveFile syntax has these arguments:
Part |
Type |
Description |
PcFile |
String |
Required. String expression, pc file name. |
HostFile |
String |
Required. String expression, host file name |
Options |
String |
Optional. File transfer options |
Remarks
Function added in version 3.98
Following options are supported
•ASCII
•CRLF
•APPEND
•LRECL
•RECFM
•CLEAR/NOCLEAR
•PROGRESS
•QUIET
•VM/CMS/MVS/TSO/CICS
Other supported options are the same as the EHLLAPI Receive File function.