StopFtpBrowseEvent property (ILEADRasterFTP)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL StopFtpBrowseEvent;

Overview

Refer to How to Program with the LEAD Raster FTP Object

Remarks

Specifies whether the browsing process should be stopped. Set this property during the FtpBrowse event to abort browsing. Possible values are:

Setting

Description

VARIANT_TRUE

Abort browsing.

VARIANT_FALSE

Continue browsing. This is the default value.

See Also

Elements:

FtpBrowse event, InetFtpBrowseDir method, InetFtpChangeDir method, InetFtpCreateDir method.

Topics:

Working with FTP: Directory Manipulation Over an FTP Connection