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

Syntax

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

Parameters

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

Implements

IFileTransferClient..::..Put(array<Byte>[]()[][], String)

See Also