HttpClientPut(String, String, Boolean) Method
Namespace: EnterpriseDT.Net.Ftp.HttpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void Put(
string localPath,
string remoteFile,
bool append
)
Public Overridable Sub Put (
localPath As String,
remoteFile As String,
append As Boolean
)
public:
virtual void Put(
String^ localPath,
String^ remoteFile,
bool append
)
abstract Put :
localPath : string *
remoteFile : string *
append : bool -> unit
override Put :
localPath : string *
remoteFile : string *
append : bool -> unit
- localPath String
-
- remoteFile String
-
- append Boolean
-
IFileTransferClientPut(String, String, Boolean)