Overload List
Name | Description | |
---|---|---|
BeginPutFile(Stream, String, AsyncCallback, Object) |
Begins asynchronous PutFile operation.
Uploads the content of the data stream to the file on the server, overriding it if it already exists.
| |
BeginPutFile(String, String, AsyncCallback, Object) |
Begins asynchronous PutFile operation.
Uploads the content of the local file to the file on the server, overriding it if it already exists.
| |
BeginPutFile(Stream, String, Int64, Int64, AsyncCallback, Object) |
Begins asynchronous PutFile operation.
Uploads the content of the data stream to the specified offset of the file on the SFTP server.
| |
BeginPutFile(String, String, Int64, Int64, Int64, AsyncCallback, Object) |
Begins asynchronous PutFile operation.
Uploads the specified part of the local file to the specified offset of the file on the SFTP server.
|