Click or drag to resize

FtpAppend(String, Byte) Method

Appends the content of the byte array to the file on the server, creating it if it doesn't exists.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public FtpResponse Append(
	string remotePath,
	byte[] data
)

Parameters

remotePath  String
The path of the remote file.
data  Byte
The source data.

Return Value

FtpResponse
Server response send after the transfer completed.
See Also