C/C++ User's Journal STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model
Synesis Software InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

FtpSearch Class Reference
[recls/Python]

This class provides FTP searching on an internet host. More...

List of all members.

Public Methods

 FtpSearch (string host, string username, string password, string rootDir, string pattern, int flags)
 Constructs an instance of the class.

void items ()
 Returns a sequence of Entry instances.

void entries ()
 Synonym for items().


Public Attributes

string host
 The host attribute.

string userName
 The userName attribute.

string searchRoot
 The searchRoot attribute.

string pattern
 The pattern attribute.

int flags
 The flags attribute.


Detailed Description

This class provides FTP searching on an internet host.


Constructor & Destructor Documentation

FtpSearch string    host,
string    username,
string    password,
string    rootDir,
string    pattern,
int    flags
 

Constructs an instance of the class.


Member Function Documentation

void entries  
 

Synonym for items().

void items  
 

Returns a sequence of Entry instances.


Member Data Documentation

int flags
 

The flags attribute.

string host
 

The host attribute.

string pattern
 

The pattern attribute.

string searchRoot
 

The searchRoot attribute.

string userName
 

The userName attribute.


The documentation for this class was generated from the following file:

recls Library documentation © Synesis Software Pty Ltd, 2001-2005