Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the
parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of
.
UploadAsync(String, String, TransferOptions, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, TransferOptions, Object) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, Boolean, FileOverwriteMode, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, Boolean, FileOverwriteMode, Object) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, Boolean, IEnumerable, String, TransferOptions, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads files from the specified local directory to the remote directory. |
UploadAsync(String, Boolean, IEnumerable, String, TransferOptions, Object) | Asynchronously uploads files from the specified local directory to the remote directory. |
UploadAsync(String, String, SearchCondition, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, SearchCondition, Object) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads all files and subdirectories from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, Object) | Asynchronously uploads all files and subdirectories from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, Boolean, String, Boolean, FileOverwriteMode, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads all files from the specified local directory to the remote directory. |
UploadAsync(String, Boolean, String, Boolean, FileOverwriteMode, Object) | Asynchronously uploads all files from the specified local directory to the remote directory. |
UploadAsync(IEnumerable, String, TransferOptions, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads local files or directories in the list to the specified remote directory. |
UploadAsync(IEnumerable, String, TransferOptions, Object) | Asynchronously uploads local files or directories in the list to the specified remote directory. |
UploadAsync(FileSystem, String, Boolean, IEnumerable, String, TransferOptions, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object) | Asynchronously uploads files from the specified source directory on the specified source file system that match the search condition specified in the options parameter to the specified remote directory. |
UploadAsync(FileSystem, String, Boolean, IEnumerable, String, TransferOptions, Object) | Asynchronously uploads files from the specified source directory on the specified source file system that match the search condition specified in the options parameter to the specified remote directory. |
UploadAsync(String, String, TransferOptions) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String, Boolean, FileOverwriteMode) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, Boolean, IEnumerable, String, TransferOptions) | Asynchronously uploads files from the specified local directory to the remote directory. |
UploadAsync(String, String, SearchCondition) | Asynchronously uploads files from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, String) | Asynchronously uploads all files and subdirectories from the specified local directory to the remote directory.
This method only uploads the items in the specified directory if the localPath parameter does not end with a directory separator (e.g. '\' or '/').
To also create the directory in the destination, add a directory separator character at the end of that parameter. |
UploadAsync(String, Boolean, String, Boolean, FileOverwriteMode) | Asynchronously uploads all files from the specified local directory to the remote directory. |
UploadAsync(IEnumerable, String, TransferOptions) | Asynchronously uploads local files or directories in the list to the specified remote directory. |
UploadAsync(FileSystem, String, Boolean, IEnumerable, String, TransferOptions) | Asynchronously uploads files from the specified source directory on the specified source file system that match the search condition specified in the options parameter to the specified remote directory. |