-
Notifications
You must be signed in to change notification settings - Fork 0
queue API methods delete
Steve edited this page Apr 29, 2020
·
1 revision
Deletes all files and folders currently collected in the queue permanently .
queue.login("user", "password");
queue.listServer("some/path", { recursive:true });
queue.batchDelete();
queue.logout();
queue.run();
Note: the methods above just add the commands to the queue. Execution starts when calling queue.run() or queue.runWithResults(). The ~> indicates the result type.
Documentation
-
Interfaces