FtpBrowse event (ILEADRasterFTP)
void FtpBrowse (BSTR pszFile, long FileAttrib, VARIANT CreateTime, VARIANT AccessTime, VARIANT LastWriteTime, long uFileSize); | |
Overview |
Remarks
Handles the data generated by calling the InetFtpBrowseDir method.
This event receives the results of a file search or from browsing a directory.
To abort browsing, set the StopFtpBrowseEvent property to VARIANT_TRUE.
See Also
Elements: |
InetFtpBrowseDir method, InetFtpChangeDir method, InetFtpCreateDir method |
Topics: |
Working with FTP: Directory Manipulation Over an FTP Connection |