FtpAppend Method |
Name | Description | |
---|---|---|
Append(String, Byte) |
Appends the content of the byte array to the file on the server, creating it if it doesn't exists.
| |
Append(String, Stream) |
Appends the content of the data streamto the file on the server, creating it if it doesn't exists.
|