Click or drag to resize

FtpAppend Method

Overload List
  NameDescription
Public methodAppend(String, Byte)
Appends the content of the byte array to the file on the server, creating it if it doesn't exists.
Public methodAppend(String, Stream)
Appends the content of the data streamto the file on the server, creating it if it doesn't exists.
Top
See Also