fix select all checkbox
[qcg-portal.git] / filex / ftp.py
index 4997176..38b23a5 100644 (file)
@@ -145,3 +145,8 @@ class FTPOperation:
         self.cli.rmdir(url, self._done, None, self.op_attr)
 
         self.wait()
+
+    def mkdir(self, url):
+        self.cli.mkdir(url, self._done, None, self.op_attr)
+
+        self.wait()