edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionUploadByteArray(Byte, String, WriteMode) Method

Upload data to the FTP server in the current working directory. Allows appending if current file exists.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void UploadByteArray(
	byte[] bytes,
	string remoteFile,
	WriteMode writeMode
)

Parameters

bytes  Byte
Array of bytes to put.
remoteFile  String
Name of remote file in current working directory.
writeMode  WriteMode
Overwrite, Append or Resume.

See Also