ConnRecursiveOperations overview
CountBeforeSleep (inherited from AbstractRecursiveOperations) | Number of transfers before going to sleep |
SleepEnabled (inherited from AbstractRecursiveOperations) | Enabling or not of sleeping after a certain number of transfers |
SleepTime (inherited from AbstractRecursiveOperations) | Number of seconds spent asleep |
Cancel (inherited from AbstractRecursiveOperations) | Cancels the current recursive operation (if any). |
Delete (inherited from AbstractRecursiveOperations) | Delete this entire remote directory and its contents recursively |
DeleteFiles (inherited from AbstractRecursiveOperations) | Overloaded. Delete all the files in this directory (and its subdirectories if recurse is true) that match the supplied wildcard. |
DeleteFilesCurrentDir (inherited from AbstractRecursiveOperations) | Overloaded. Delete all the files in this directory (no subdirectories) that match the supplied wildcard. |
DirDetails (inherited from AbstractRecursiveOperations) | Overloaded. 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. |
Get (inherited from AbstractRecursiveOperations) | Overloaded. 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 |
GetFilesFromCurrentDir (inherited from AbstractRecursiveOperations) | Overloaded. 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 (inherited from AbstractRecursiveOperations) | List this entire local directory and its contents, including children. |
Put (inherited from AbstractRecursiveOperations) | Overloaded. Puts this entire directory and its contents, recursively going through the local directory supplied (which can be relative or absolute). |
PutFilesIntoCurrentDir (inherited from AbstractRecursiveOperations) | Overloaded. 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. |
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. |
ConnRecursiveOperations Class | EnterpriseDT.Net.Ftp Namespace