Classes

      NameDescription
      AndComparerRepresents an AND logical comparison of objects.
      AndFileComparerRepresents a logical AND operation on a set of FileComparer object.
      AndSearchConditionRepresents a logical AND operation on a set of SearchCondition object.
      AttributeSearchConditionSearch a FileInfoBase object based on its attributes.
      DiskFileInfoRepresents a file or folder on the local disk.
      DiskFileInfoCollectionRepresents a collection of DiskFileInfo objects.
      DiskFileSystemProvides useful methods for file and directory operations such as creating, transferring, renaming, deleting, etc.
      FileAttributesComparerRepresents file attributes comparer.
      FileChecksumComparerRepresents file checksum comparer.
      FileComparerBase file comparer class.
      FileComparersContains common file comparers.
      FileContentComparerRepresents file content comparer.
      FileInfoBaseDefines a generalized file information.
      FileInfoCollectionDefines a collection of FileInfoBase.
      FileInfoCollection<TFileInfo>Provides a container for a collection of FileInfoBase objects.
      where TFileInfo : FileInfoBase
      FileInfoComparerClass used to compare FileInfoBase objects.
      FileLastWriteTimeComparerRepresents file last write time comparer.
      FileNameComparerRepresents file name comparer.
      FileSizeComparerRepresents file size comparer.
      FileSystemThe base class for a file system (e.g. Sftp, Ftp, Scp, Local Disk and Zip).
      FileSystemExceptionRepresents the exception that is thrown when an error occurs while a file operation is in progress.
      FileSystemItemAlreadyExistsExceptionThe exception that is thrown when an attempt to write a file that already exists on a file system fails.
      FileSystemItemNotFoundExceptionThe exception that is thrown when an attempt to access a file that does not exist on a file system fails.
      FileSystemNotSupportedExceptionThe exception that is thrown when an attempt to use an unsupported function on a file system fails.
      FileSystemOperationCanceledExceptionThe exception that is thrown when user cancels a file operation that is still in process.
      FileSystemPathPerforms operations on System.String instances that contain file or directory path information.
      FileSystemProgressEventArgsProvides data for the Progress event.
      FileSystemTransferStatisticsRepresents the statistics of a multi-file operation.
      IoFileComparerDefines the base File Content Comparer.
      MemoryFileInfoRepresents a memory file.
      MemoryFileSystemRepresents the file system that resides in memory.
      MemoryStreamCreates a stream whose backing store is memory.
      MultiFileOperationOptionsRepresents the options for multi-file operations.
      NameRegexSearchConditionSearch for files that match the specified filemasks in name.
      NameSearchConditionFilters a FileInfoBase object based on its name.
      NotFileComparerRepresents a logical NOT operation on a FileComparer object.
      NotSearchConditionRepresents a logical NOT operation on a SearchCondition object.
      OrFileComparerRepresents a logical OR operation on a set of FileComparer object.
      OrSearchConditionRepresents a logical OR operation on a set of SearchCondition objects.
      ProgressFileItemRepresents a file item on the list obtained after building directory structure in multi-file operations.
      ProgressFileListRepresents a list of ProgressFileItem.
      QuickSyncOptionsProvides advanced options for the QuickSynchronize and QuickSynchronizeAsync methods.
      RemoteFileSystemListProgressEventArgsProvides information for the ListProgress events of the Ftp and Sftp classes.
      RemoteFileSystemStateChangedEventArgsProvides data for the StateChanged event.
      SearchConditionA base class that all Search Condition classes must derive from to check whether a file matches the specified search conditions.
      SizeSearchConditionSearch a FileInfoBase object based on its file size.
      StreamItemRepresents a stream file.
      TimeSearchConditionSearch a FileInfoBase object based on its file time.
      TransferConfirmEventArgsProvides data for the TransferConfirm event.
      TransferOptionsProvides options to determine how files and directories will be transferred in a multi-file operation.
      TransferQueueRepresents the transfer queue.
      TransferQueueItemProcessedEventArgsProvides data for the ItemProcessed event.
      TransferQueueStateChangedEventArgsProvides data for the StateChanged event.
      TransferrerRepresents the base multi-file transferrer.
      TransferThreadInfoRepresents the transfer thread.
      TransferThreadStateChangedEventArgsProvides data for the StateChanged event.
      Top