Click or drag to resize

FtpAppend Method (String, Stream)

Appends the content of the data streamto the file on the server, creating it if it doesn't exists.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public FtpResponse Append(
	string remotePath,
	Stream source
)

Parameters

remotePath
Type: SystemString
The path of the remote file.
source
Type: System.IOStream
The source data stream.

Return Value

Type: FtpResponse
Server response send after the transfer completed.
See Also