AbstractRecursiveOperationsPut(String, String, Boolean) Method
Puts this entire directory and its contents, recursively going through the
local directory supplied (which can be relative or absolute).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Put(
string localDir,
string remoteDir,
bool detectTransferMode
)
Public Sub Put (
localDir As String,
remoteDir As String,
detectTransferMode As Boolean
)
public:
void Put(
String^ localDir,
String^ remoteDir,
bool detectTransferMode
)
member Put :
localDir : string *
remoteDir : string *
detectTransferMode : bool -> unit
Parameters
- localDir String
- name of local directory to get files into
- remoteDir String
- name of remote directory to get files from
- detectTransferMode Boolean
- true if transfer mode is to be auto-detected from
Puts the directory into the current remote directory, into a directory with
the supplied remoteDir name.