Upload a local file to the server

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

Syntax

C#
public virtual void Put(
	string local,
	string remote,
	bool append
)
Visual Basic
Public Overridable Sub Put ( _
	local As String, _
	remote As String, _
	append As Boolean _
)
Visual C++
public:
virtual void Put(
	String^ local, 
	String^ remote, 
	bool append
)

Parameters

local
Type: System..::..String
name or path of local file
remote
Type: System..::..String
name of remote file
append
Type: System..::..Boolean
true if appending to existing remote file

Implements

IFileTransferClient..::..Put(String, String, Boolean)

See Also