FtpUpload Method |
Name | Description | |
---|---|---|
Upload(String, Byte) |
Uploads the content of the byte array to the file on the server.
| |
Upload(String, Stream) |
Uploads the content of the data stream to the file on the server.
| |
Upload(String, String) |
Uploads the content of the local file to the file on the server, overriding it if it already exists.
| |
Upload(String, Int64, Byte) |
Uploads the content of the byte array to the file on the server starting from the specified remote position.
You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.
| |
Upload(String, Int64, Stream) |
Uploads the content of the data stream to the file on the server from the specified remote position.
You can check the value of SupportsRestStream of Extensions property to check if this method is supported by the remote server.
|