Put data onto the server

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

Syntax

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

Parameters

bytes
Type: array<System..::..Byte>[]()[][]
Array of bytes to put.
remote
Type: System..::..String
Name of remote file or path.

Implements

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

See Also