AfterPutFTPFile Method
Class: FTP_SERVICE
Description:Raised after calling API function FtpPutFile()
This event is raised after calling API function FtpPutFile().
Object.AfterPutFTPFile
Parameter
lcRemoteFile
Remote file name
Type Character
By reference  
Direction Input
Name and Path for the contents of the file to be stored in.
lclocalFile
Local file name
Type Character
By reference  
Direction Input
Name and Path of the file to send to the FTP Server.
lnFlag
The flags that indicate various options.
Type Numeric
Direction Input
The table of values - FTP_SERVICE::PutFTPFile().
fResult
Return value of FtpPutFile()
Type Numeric
Direction Input
See also