BeforePutFTPFile Method
Class: FTP_SERVICE
Description:Raised before calling API function FtpPutFile()
This event is raised before calling API function FtpPutFile().
Object.BeforePutFTPFile
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().
See also