AtWriteFTPFile Method
Class: FTP_SERVICE
This event is raised after each calling API function InternetWriteFile().
Object.AtWriteFTPFile
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
Buffer size
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
lii
Current posititon of source
Type Integer
Direction Input
For data or small file it is position in string. For big file it is position in file.
liWrite
Length of writed data
Type Integer
Direction Input
fResult
Return value of InternetWriteFile()
Type Numeric
Direction Input
See also