|
<< Click to Display Table of Contents >> Navigation: Quick3270 functions and statements > SendFile |
Description
This function allows to send a file to a host session.
Syntax
SendFile PcFile HostFile Options
or
Boolean SendFile(PcFile,HostFile,Options)
The SendFile 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 Send File function.