SSHFTPClientPut(String, String, Boolean) Method
Upload a local file to the server
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void Put(
string local,
string remote,
bool append
)
Public Overrides Sub Put (
local As String,
remote As String,
append As Boolean
)
public:
virtual void Put(
String^ local,
String^ remote,
bool append
) override
abstract Put :
local : string *
remote : string *
append : bool -> unit
override Put :
local : string *
remote : string *
append : bool -> unit
- local String
- name or path of local file
- remote String
- name of remote file
- append Boolean
- true if appending to existing remote file
IFileTransferClientPut(String, String, Boolean)