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