An NDoc Documented Class Library

AbstractRecursiveOperations Members

AbstractRecursiveOperations overview

Public Instance Properties

CountBeforeSleep Number of transfers before going to sleep
SleepEnabled Enabling or not of sleeping after a certain number of transfers
SleepTime Number of seconds spent asleep

Public Instance Methods

Cancel Cancels the current recursive operation (if any).
Delete Delete this entire remote directory and its contents recursively
DeleteFilesOverloaded. Delete all the files in this directory (and its subdirectories if recurse is true) that match the supplied wildcard.
DeleteFilesCurrentDirOverloaded. Delete all the files in this directory (no subdirectories) that match the supplied wildcard.
DirDetailsOverloaded. List this entire remote directory and its contents, including children.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetOverloaded. Gets this entire remote directory and its contents, recursively going through the remote directory name supplied. Gets the directory into the current local directory, into a directory with supplied localDir name
GetFilesFromCurrentDirOverloaded. Gets all files matching the supplied wildcard from current remote directory into supplied local dir
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
LocalDirDetails List this entire local directory and its contents, including children.
PutOverloaded. Puts this entire directory and its contents, recursively going through the local directory supplied (which can be relative or absolute).
PutFilesIntoCurrentDirOverloaded. Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

AbstractRecursiveOperations Constructor Initializes a new instance of the AbstractRecursiveOperations class.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AbstractRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace