edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ConnRecursiveOperations Class

For use with FTPConnection
Inheritance Hierarchy

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class ConnRecursiveOperations : AbstractRecursiveOperations

The ConnRecursiveOperations type exposes the following members.

Constructors
  NameDescription
Public methodConnRecursiveOperations
Initializes a new instance of the ConnRecursiveOperations class
Top
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.)
Top
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(FileFilter)
Delete all the files in this directory (no subdirectories) 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 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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLocalDirDetails
List this entire local directory and its contents, including children.
(Inherited from AbstractRecursiveOperations.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also