Transfers files from the specified source file system to the specified destination file system.
TransferFiles(FileSystem, String, Boolean, IEnumerable, FileSystem, String, TransferOptions) | Transfers files from the specified source file system to the specified destination file system. |
TransferFiles(FileSystem, String, FileSystem, String, TransferOptions) | Transfers files from the specified source file system to the specified destination file system. |
TransferFiles(FileSystem, IEnumerable, FileSystem, String, TransferOptions) | Transfers files from the specified source file system to the specified destination file system. |
TransferFiles(FileSystem, String, Boolean, IEnumerable, FileSystem, String, TransferOptions, Int32, Boolean) | Transfers files from the specified source file system to the specified destination file system using multiple threads. |
Top