BeforeGetFTPFile Method
Class: FTP_SERVICE
This event is raised before calling API function FtpGetFile().
Object.BeforeGetFTPFile
Parameter
lcRemoteFile
Remote file name
Type Character
By reference  
Direction Input
Name and Path of the file on the FTP Server to bring down.
lcLocalFile
Local file name
Type Character
By reference  
Direction Input
Name and Path for the contents of the file to be stored in.
llFailIfExists
File exists flag
Type Boolean
Direction Input
.T. to fail if the local file exists. .F. to overwrite the local file.
lnFlag
The flags that indicate various options.
Type Numeric
Direction Input
The table of values - FTP_SERVICE::GetFTPFile().
See also