AfterWriteFTPFile Method
Class: FTP_SERVICE
This event is raised after last calling API InternetWriteFile().
Object.AfterWriteFTPFile
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
The table of values - FTP_SERVICE::WriteFTPFile()
lnFlag
The flags that indicate various options.
Type Numeric
Direction Input
The table of values - FTP_SERVICE::WriteFTPFile().
fResult
Result of calling InternetWriteFile
Type Numeric
Direction Input
See also