ConnRecursiveOperations Class |
Namespace: EnterpriseDT.Net.Ftp
The ConnRecursiveOperations type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnRecursiveOperations | Initializes a new instance of the ConnRecursiveOperations class |
| Name | Description | |
|---|---|---|
| CountBeforeSleep |
Number of transfers before going to sleep
(Inherited from AbstractRecursiveOperations.) | |
| SleepEnabled |
Enabling or not of sleeping after a certain number of transfers
(Inherited from AbstractRecursiveOperations.) | |
| SleepTime |
Number of seconds spent asleep
(Inherited from AbstractRecursiveOperations.) |
| Name | Description | |
|---|---|---|
| Cancel |
Cancels the current recursive operation (if any).
(Inherited from AbstractRecursiveOperations.) | |
| Delete |
Delete this entire remote directory and its contents recursively
(Inherited from AbstractRecursiveOperations.) | |
| DeleteFiles(String, FileFilter) |
Delete all the files in this directory (and its subdirectories) that match
the supplied wildcard.
(Inherited from AbstractRecursiveOperations.) | |
| DeleteFiles(String, String) |
Delete all the files in this directory (and its subdirectories) that match
the supplied wildcard.
(Inherited from AbstractRecursiveOperations.) | |
| DeleteFiles(String, FileFilter, Boolean) |
Delete all the files in this directory (and its subdirectories if recurse is true) that match
the supplied filter.
(Inherited from AbstractRecursiveOperations.) | |
| DeleteFiles(String, String, Boolean) |
Delete all the files in this directory (and its subdirectories if recurse is true) that match
the supplied wildcard.
(Inherited from AbstractRecursiveOperations.) | |
| DeleteFilesCurrentDir(FileFilter) |
Delete all the files in this directory (no subdirectories) that match
the supplied wildcard.
(Inherited from AbstractRecursiveOperations.) | |
| DeleteFilesCurrentDir(String) |
Delete all the files in this directory (no subdirectories) that match
the supplied wildcard.
(Inherited from AbstractRecursiveOperations.) | |
| DirDetails(String) |
List this entire remote directory and its contents, including children.
(Inherited from AbstractRecursiveOperations.) | |
| DirDetails(String, String) |
List this files in remote directory that match the given wildcard, including children.
(Inherited from AbstractRecursiveOperations.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Get(String, String, Boolean) |
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
(Inherited from AbstractRecursiveOperations.) | |
| Get(String, String, FileFilter, Boolean) |
Gets this entire remote directory and its contents, recursively going
through the remote directory name supplied.
(Inherited from AbstractRecursiveOperations.) | |
| Get(String, String, String, Boolean) |
Gets this entire remote directory and its contents, recursively going
through the remote directory name supplied.
(Inherited from AbstractRecursiveOperations.) | |
| Get(String, String, FileFilter, Boolean, Boolean) |
Gets this entire remote directory and its contents, recursively (if recurse is set
to true) going through the remote directory name supplied.
(Inherited from AbstractRecursiveOperations.) | |
| Get(String, String, String, Boolean, Boolean) |
Gets this entire remote directory and its contents, recursively (if recurse is set
to true) going through the remote directory name supplied.
(Inherited from AbstractRecursiveOperations.) | |
| GetFilesFromCurrentDir(String, FileFilter, Boolean) |
Gets all files matching the supplied wildcard from current remote directory into
supplied local dir
(Inherited from AbstractRecursiveOperations.) | |
| GetFilesFromCurrentDir(String, String, Boolean) |
Gets all files matching the supplied wildcard from current remote directory into
supplied local dir
(Inherited from AbstractRecursiveOperations.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LocalDirDetails |
List this entire local directory and its contents, including children.
(Inherited from AbstractRecursiveOperations.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Put(String, String, Boolean) |
Puts this entire directory and its contents, recursively going through the
local directory supplied (which can be relative or absolute).
(Inherited from AbstractRecursiveOperations.) | |
| Put(String, String, FileFilter, Boolean) |
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.) | |
| Put(String, String, String, Boolean) |
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.) | |
| Put(String, String, FileFilter, Boolean, Boolean) |
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.) | |
| Put(String, String, String, Boolean, Boolean) |
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.) | |
| PutFilesIntoCurrentDir(String, FileFilter, Boolean) |
Puts all files from supplied local dir matching the supplied wildcard into
the current remote directory.
(Inherited from AbstractRecursiveOperations.) | |
| PutFilesIntoCurrentDir(String, String, Boolean) |
Puts all files from supplied local dir matching the supplied wildcard into
the current remote directory.
(Inherited from AbstractRecursiveOperations.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |