AbstractRecursiveOperationsPutFilesIntoCurrentDir(String, String, Boolean) Method
Puts all files from supplied local dir matching the supplied wildcard into
the current remote directory.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void PutFilesIntoCurrentDir(
string localDir,
string wildcard,
bool detectTransferMode
)
Public Sub PutFilesIntoCurrentDir (
localDir As String,
wildcard As String,
detectTransferMode As Boolean
)
public:
void PutFilesIntoCurrentDir(
String^ localDir,
String^ wildcard,
bool detectTransferMode
)
member PutFilesIntoCurrentDir :
localDir : string *
wildcard : string *
detectTransferMode : bool -> unit
Parameters
- localDir String
- name of local directory to get files into
- wildcard String
- wildcard for specifying files (? for single characters and * for multiple characters)
- detectTransferMode Boolean
- true if transfer mode is to be auto-detected from
No directories are put.