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

SSHSCPClientPut(Byte, String, Boolean) Method

Put data onto the SFTP server in the current directory. Allows appending if current file exists.

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,
	bool append
)

Parameters

bytes  Byte
Array of bytes to put.
remote  String
Name of remote file in current directory.
append  Boolean
true if appending, false otherwise.

Implements

IFileTransferClientPut(Byte, String, Boolean)

See Also