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

SSHFTPClientPut(String, String, Boolean) Method

Upload a local file to the server

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override void Put(
	string local,
	string remote,
	bool append
)

Parameters

local  String
name or path of local file
remote  String
name of remote file
append  Boolean
true if appending to existing remote file

Implements

IFileTransferClientPut(String, String, Boolean)

See Also