This event is raised after last calling API InternetWriteFile().
Parameter
-
lcRemoteFile
-
Remote file name
Type |
Character |
By reference |
|
Direction |
Input |
Name and Path for the contents of the file to be stored in.
-
lcData
-
Data or file name
Type |
Character |
By reference |
|
Direction |
Input |
Data or file name which will be send to FTP server.
-
liData
-
Size in bytes of writed file
Type |
Integer |
Direction |
Input |
Buffer size for writing to FTP server.
-
liStart
-
Start position
Type |
Integer |
Direction |
Input |
Start position for resume mode.
-
liFlags
-
Data or file name is source
Type |
Integer |
Direction |
Input |
Value | Description |
_FTPS_RWF_File
| lcData must be file name. |
_FTPS_RWF_String
| lcData must be string. |
_FTPS_RWF_Resume
| Resume mode, default. |
-
lnFlag
-
The flags that indicate various options.
Type |
Numeric |
Direction |
Input |
-
fResult
-
Result of calling InternetWriteFile
Type |
Numeric |
Direction |
Input |