Click or drag to resize

Ftp.Upload Method (String,Byte[])

Uploads the content of the byte array to the file on the server.

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

Parameters

remotePath
Type: System.String
The path of the remote file.
data
Type:System.Byte[]
The source data.

Return Value

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