Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
void Put(
	byte[] bytes,
	string remoteFile
)
Visual Basic
Sub Put ( _
	bytes As Byte(), _
	remoteFile As String _
)
Visual C++
void Put(
	array<unsigned char>^ bytes, 
	String^ remoteFile
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
remoteFile
Type: System..::..String

See Also