FtpBrowse event (ILEADRasterFTP)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void FtpBrowse (BSTR pszFile, long FileAttrib, VARIANT CreateTime, VARIANT AccessTime, VARIANT LastWriteTime, long uFileSize);

Overview

Refer to How to Program with the LEAD Raster FTP Object

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