edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The ConnRecursiveOperations type exposes the following members.

Constructors

  NameDescription
Public methodConnRecursiveOperations
Initializes a new instance of the ConnRecursiveOperations class

Methods

  NameDescription
Public methodCancel
Cancels the current recursive operation (if any).
(Inherited from AbstractRecursiveOperations.)
Public methodDelete
Delete this entire remote directory and its contents recursively
(Inherited from AbstractRecursiveOperations.)
Public methodDeleteFiles(String, FileFilter)
Delete all the files in this directory (and its subdirectories) that match the supplied wildcard.
(Inherited from AbstractRecursiveOperations.)
Public methodDeleteFiles(String, String)
Delete all the files in this directory (and its subdirectories) that match the supplied wildcard.
(Inherited from AbstractRecursiveOperations.)
Public methodDeleteFiles(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.)
Public methodDeleteFiles(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.)
Public methodDeleteFilesCurrentDir(String)
Delete all the files in this directory (no subdirectories) that match the supplied wildcard.
(Inherited from AbstractRecursiveOperations.)
Public methodDeleteFilesCurrentDir(FileFilter)
Delete all the files in this directory (no subdirectories) that match the supplied wildcard.
(Inherited from AbstractRecursiveOperations.)
Public methodDirDetails(String)
List this entire remote directory and its contents, including children.
(Inherited from AbstractRecursiveOperations.)
Public methodDirDetails(String, String)
List this files in remote directory that match the given wildcard, including children.
(Inherited from AbstractRecursiveOperations.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet(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.)
Public methodGet(String, String, FileFilter, Boolean)
Gets this entire remote directory and its contents, recursively going through the remote directory name supplied.
(Inherited from AbstractRecursiveOperations.)
Public methodGet(String, String, String, Boolean)
Gets this entire remote directory and its contents, recursively going through the remote directory name supplied.
(Inherited from AbstractRecursiveOperations.)
Public methodGet(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.)
Public methodGet(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.)
Public methodGetFilesFromCurrentDir(String, FileFilter, Boolean)
Gets all files matching the supplied wildcard from current remote directory into supplied local dir
(Inherited from AbstractRecursiveOperations.)
Public methodGetFilesFromCurrentDir(String, String, Boolean)
Gets all files matching the supplied wildcard from current remote directory into supplied local dir
(Inherited from AbstractRecursiveOperations.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLocalDirDetails
List this entire local directory and its contents, including children.
(Inherited from AbstractRecursiveOperations.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPut(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.)
Public methodPut(String, String, FileFilter, Boolean)
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.)
Public methodPut(String, String, String, Boolean)
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.)
Public methodPut(String, String, FileFilter, Boolean, Boolean)
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.)
Public methodPut(String, String, String, Boolean, Boolean)
Puts this entire directory and its contents.
(Inherited from AbstractRecursiveOperations.)
Public methodPutFilesIntoCurrentDir(String, FileFilter, Boolean)
Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.
(Inherited from AbstractRecursiveOperations.)
Public methodPutFilesIntoCurrentDir(String, String, Boolean)
Puts all files from supplied local dir matching the supplied wildcard into the current remote directory.
(Inherited from AbstractRecursiveOperations.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCountBeforeSleep
Number of transfers before going to sleep
(Inherited from AbstractRecursiveOperations.)
Public propertySleepEnabled
Enabling or not of sleeping after a certain number of transfers
(Inherited from AbstractRecursiveOperations.)
Public propertySleepTime
Number of seconds spent asleep
(Inherited from AbstractRecursiveOperations.)

See Also