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