| Name | Description |
---|
 | AndComparer | Represents an AND logical comparison of objects. |
 | AndFileComparer | Represents a logical AND operation on a set of FileComparer object. |
 | AndSearchCondition | Represents a logical AND operation on a set of SearchCondition object. |
 | AttributeSearchCondition | Search a FileInfoBase object based on its attributes. |
 | DiskFileInfo | Represents a file or folder on the local disk. |
 | DiskFileInfoCollection | Represents a collection of DiskFileInfo objects. |
 | DiskFileSystem | Provides useful methods for file and directory operations such as creating, transferring, renaming, deleting, etc. |
 | FileAttributesComparer | Represents file attributes comparer. |
 | FileChecksumComparer | Represents file checksum comparer. |
 | FileComparer | Base file comparer class. |
  | FileComparers | Contains common file comparers. |
 | FileContentComparer | Represents file content comparer. |
 | FileInfoBase | Defines a generalized file information. |
 | FileInfoCollection | Defines a collection of FileInfoBase. |
 | FileInfoCollection<TFileInfo> | Provides a container for a collection of FileInfoBase objects. where TFileInfo : FileInfoBase |
 | FileInfoComparer | Class used to compare FileInfoBase objects. |
 | FileLastWriteTimeComparer | Represents file last write time comparer. |
 | FileNameComparer | Represents file name comparer. |
 | FileSizeComparer | Represents file size comparer. |
 | FileSystem | The base class for a file system (e.g. Sftp, Ftp, Scp, Local Disk and Zip). |
 | FileSystemException | Represents the exception that is thrown when an error occurs while a file operation is in progress. |
 | FileSystemItemAlreadyExistsException | The exception that is thrown when an attempt to write a file that already exists on a file system fails. |
 | FileSystemItemNotFoundException | The exception that is thrown when an attempt to access a file that does not exist on a file system fails. |
 | FileSystemNotSupportedException | The exception that is thrown when an attempt to use an unsupported function on a file system fails. |
 | FileSystemOperationCanceledException | The exception that is thrown when user cancels a file operation that is still in process. |
  | FileSystemPath | Performs operations on System.String instances that contain file or directory path information. |
 | FileSystemProgressEventArgs | Provides data for the Progress event. |
 | FileSystemTransferStatistics | Represents the statistics of a multi-file operation. |
 | IoFileComparer | Defines the base File Content Comparer. |
 | MemoryFileInfo | Represents a memory file. |
 | MemoryFileSystem | Represents the file system that resides in memory. |
 | MemoryStream | Creates a stream whose backing store is memory. |
 | MultiFileOperationOptions | Represents the options for multi-file operations. |
 | NameRegexSearchCondition | Search for files that match the specified filemasks in name. |
 | NameSearchCondition | Filters a FileInfoBase object based on its name. |
 | NotFileComparer | Represents a logical NOT operation on a FileComparer object. |
 | NotSearchCondition | Represents a logical NOT operation on a SearchCondition object. |
 | OrFileComparer | Represents a logical OR operation on a set of FileComparer object. |
 | OrSearchCondition | Represents a logical OR operation on a set of SearchCondition objects. |
 | ProgressFileItem | Represents a file item on the list obtained after building directory structure in multi-file operations. |
 | ProgressFileList | Represents a list of ProgressFileItem. |
 | QuickSyncOptions | Provides advanced options for the QuickSynchronize and QuickSynchronizeAsync methods. |
 | RemoteFileSystemListProgressEventArgs | Provides information for the ListProgress events of the Ftp and Sftp classes. |
 | RemoteFileSystemStateChangedEventArgs | Provides data for the StateChanged event. |
 | SearchCondition | A base class that all Search Condition classes must derive from to check whether a file matches the specified search conditions. |
 | SizeSearchCondition | Search a FileInfoBase object based on its file size. |
 | StreamItem | Represents a stream file. |
 | TimeSearchCondition | Search a FileInfoBase object based on its file time. |
 | TransferConfirmEventArgs | Provides data for the TransferConfirm event. |
 | TransferOptions | Provides options to determine how files and directories will be transferred in a multi-file operation. |
 | TransferQueue | Represents the transfer queue. |
 | TransferQueueItemProcessedEventArgs | Provides data for the ItemProcessed event. |
 | TransferQueueStateChangedEventArgs | Provides data for the StateChanged event. |
 | Transferrer | Represents the base multi-file transferrer. |
 | TransferThreadInfo | Represents the transfer thread. |
 | TransferThreadStateChangedEventArgs | Provides data for the StateChanged event. |