102 nothing clearWarningQueue();
148 constructor(
string url);
171 nothing cwd(
string path);
190 nothing del(
string remote_path);
214 nothing disconnect();
240 nothing
get(
string remote_path, *
string local_path);
264 binary getAsBinary(
string remote_path);
288 string getAsString(
string remote_path);
299 *
string getHostName();
310 *
string getPassword();
336 *
string getSSLCipherName();
351 *
string getSSLCipherVersion();
398 *
string getUserName();
471 *
string list(
string path);
490 nothing
mkdir(
string remote_path);
534 *
string nlst(
string path);
561 nothing put(
string local_path, *
string remote_path);
581 nothing putData(
string data,
string remote_path);
601 nothing putData(
binary data,
string remote_path);
640 nothing
rename(
string from,
string to);
659 nothing
rmdir(
string remote_path);
668 nothing setControlEventQueue();
692 nothing setDataEventQueue();
716 nothing setEventQueue();
742 nothing setHostName(
string host);
753 nothing setInsecure();
765 nothing setInsecureData();
774 nothing setModeAuto();
783 nothing setModeEPSV();
792 nothing setModePASV();
801 nothing setModePORT();
812 nothing setPassword(
string pass);
825 nothing setPort(
int port);
838 nothing setSecure(
bool secure =
True);
854 nothing setURL(
string url);
865 nothing setUserName(
string user);
899 nothing setWarningQueue(
int warning_ms,
int warning_bs, Queue queue, any arg, timeout min_ms = 1s);
914 *
string verifyPeerCertificate();
nothing rename(string old_path, string new_path)
Renames (or moves) files or directories. Note that for this call to function properly, the Qore process must have sufficient permissions and access to the given filesystem objects or paths to execute the rename operation.
const True
logical True
Definition: qc_qore.dox.h:94
binary binary()
Always returns an empty binary object (of zero length)
list list(...)
Returns a list of the arguments passed at the top level.
int mkdir(string path, softint mode=0777)
Creates a directory, optionally specifying the mode.
int rmdir(string path)
Removes a directory.
Queue objects provide a blocking, thread-safe message-passing object to Qore programs ...
Definition: QC_Queue.dox.h:13
hash hash(object obj)
Returns a hash of an object's members.