Uploads files from the specified source directory on the specified source file system to the specified remote directory using multiple threads.

      Overload List

      Upload(FileSystem, String, Boolean, IEnumerable, String, TransferOptions, Int32, Boolean)Uploads files from the specified source directory on the specified source file system to the specified remote directory using multiple threads.Upload(String, Boolean, IEnumerable, String, TransferOptions, Int32, Boolean)Uploads the specified local file or directory to the specified remote directory on the server simultaneously using multiple threads.Upload(IEnumerable, String, TransferOptions, Int32, Boolean)Uploads files in the specified list to the specified remote directory using multiple threads.Upload(String, String, TransferOptions, Int32, Boolean)Uploads files from the specified local directory to the remote directory using multiple threads. 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.Upload(String, String, Int32, Boolean)Uploads the specified local file or directory hierarchy to the specified remote directory on the server simulaneously using multiple threads. 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.Upload(String, String, SearchCondition)Uploads the specified local file or directory hierarchy that match the specified search condition to the specified remote directory on the server. 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.Upload(String, String, Boolean, FileOverwriteMode)Uploads the specified local file or directory hierarchy to the specified remote directory on the server. 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.Upload(String, Boolean, String, Boolean, FileOverwriteMode)Uploads the specified local file or directory hierarchy to the specified remote directory on the server.Upload(String, String)Uploads the specified local file or directory hierarchy to the specified remote directory on the server. 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.Upload(FileSystem, String, Boolean, IEnumerable, String, TransferOptions)Uploads the specified source file or directory hierarchy on the specified source file system to the specified remote directory on the server.Upload(String, Boolean, IEnumerable, String, TransferOptions)Uploads the specified local file or directory hierarchy to the specified remote directory on the server.Upload(IEnumerable, String, TransferOptions)Uploads local files or directories on the list to the specified remote directory.Upload(String, String, TransferOptions)Uploads the specified local file or directory hierarchy to the specified remote directory on the server. 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.
      Top

      See Also