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

SSHSCPClientPut(Byte, String) Method

Put data onto the server

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Put(
	byte[] bytes,
	string remote
)

Parameters

bytes  Byte
Array of bytes to put.
remote  String
Name of remote file or path.

Implements

IFileTransferClientPut(Byte, String)

See Also