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

ExFTPConnectionUploadByteArray(Byte, String) Method

Upload an array of bytes to the FTP server in the current working directory.

Definition

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

Parameters

bytes  Byte
Array of bytes to put.
remoteFile  String
Name of remote file in current working directory.

See Also