InetFtpBrowseDir method (LEADRasterFTP Object)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short InetFtpBrowseDir(BSTR pszSearch);

Overview

Refer to How to Program with the LEAD Raster FTP Object

Remarks

Browses a specific directory or searches for a specific file on an FTP server's file system.

Searches the specified directory of the active FTP connection. File and directory entries are returned to the application through the FtpBrowse event.

See Also

Elements:

FtpBrowse event, InetFtpChangeDir method, InetFtpCreateDir method

Topics:

Working with FTP: Directory Manipulation Over an FTP Connection