Downloads the content of the specified remote file or directory to the destination directory using multiple threads.
Download(String, Boolean, IEnumerable, FileSystem, String, TransferOptions, Int32, Boolean) | Downloads the content of the specified remote file or directory to the destination directory using multiple threads. |
Download(String, Boolean, IEnumerable, String, TransferOptions, Int32, Boolean) | Downloads the content of the specified remote file or directory to the specified local directory using multiple threads. |
Download(IEnumerable, String, TransferOptions, Int32, Boolean) | Downloads the remote files or directories on the list to the specified local directory using multiple threads. |
Download(String, String, TransferOptions, Int32, Boolean) | Downloads the specified remote file or directory to the local directory using multiple threads.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
Download(String, String, Int32, Boolean) | Downloads the content of the specified remote file or directory hierarchy to the local directory simultaneously using multiple threads.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
Download(String, Boolean, IEnumerable, FileSystem, String, TransferOptions) | Downloads the content of the specified remote file or directory hierarchy to the destination directory. |
Download(String, Boolean, IEnumerable, String, TransferOptions) | Downloads files from the specified remote file or directory hierarchy to the specified local directory. |
Download(IEnumerable, String, TransferOptions) | Downloads files or directories in the specified list to the specified local directory. |
Download(String, String, TransferOptions) | Downloads the content of the specified remote file or directory to the local directory.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
Download(String, String, Boolean, FileOverwriteMode, SymlinksResolveAction) | Downloads the content of the specified remote file or directory to the local directory.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
Download(String, Boolean, String, Boolean, FileOverwriteMode, SymlinksResolveAction) | Downloads the content of the specified remote directory to the local directory. |
Download(String, String, SearchCondition) | Downloads the specified remote file or directory hierarchy on the server to the specified local directory.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
Download(String, String) | Downloads the specified remote file or directory hierarchy on the server to the specified local directory.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
Download(String, String, Boolean, FileOverwriteMode) | Downloads the content of the specified remote file or directory to the local directory.
This method only downloads the items in the specified directory if the remotePath parameter does not end with a directory separator (e.g. '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |