This event is raised after last calling API function InternetReadFile().
Parameter
-
lcRemoteFile
-
Remote file name
Type |
Character |
By reference |
|
Direction |
Input |
Name and Path of the file on the FTP Server to bring down.
-
lcData
-
Data or file name
Type |
Character |
By reference |
|
Direction |
Input |
Data or file name for the contents of the file to be stored in.
-
liData
-
Buffer size
Type |
Integer |
Direction |
Input |
-
liRStart
-
Start position of remote file
Type |
Integer |
Direction |
Input |
If value 0
, then file will be read all.
If value >0
, then file will be read from position.
-
liLStart
-
Start position of local file/string buffer
Type |
Integer |
Direction |
Input |
If value 0
, then data will write into begin of file.
If value >0
, then file will be write from into start position.
-
liFlags
-
Mode flags
Type |
Boolean |
Direction |
Input |
List of types
Value | Description |
_FTPS_RWF_Resume
| Resume mode |
_FTPS_RWF_File
| lcData is file name. |
_FTPS_RWF_String
| lcData is string. |
_FTPS_RWF_Rewrite
| Rewrite mode |
-
lnFlag
-
The flags that indicate various options.
Type |
Numeric |
Direction |
Input |
-
fResult
-
Result of calling InternetReadFile
Type |
Numeric |
Direction |
Input |