edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Upload an array of bytes to the FTP server in the current working directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public override void UploadByteArray(
	byte[] bytes,
	string remoteFile
)
Visual Basic
Public Overrides Sub UploadByteArray ( _
	bytes As Byte(), _
	remoteFile As String _
)
Visual C++
public:
virtual void UploadByteArray(
	array<unsigned char>^ bytes, 
	String^ remoteFile
) override

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
Array of bytes to put.
remoteFile
Type: System..::..String
Name of remote file in current working directory.

See Also