X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=filex%2Fftp.py;h=38b23a5eb22b7aaaedf6aac5ffe3fcfc022d3413;hb=a968d1a54ba12336da3f05bfee5317721c563443;hp=4997176f0175da8bdb2b66302faffa3f60947134;hpb=b2ed8e40172bf1230a8e5d8555016b1315da8a1a;p=qcg-portal.git diff --git a/filex/ftp.py b/filex/ftp.py index 4997176..38b23a5 100644 --- a/filex/ftp.py +++ b/filex/ftp.py @@ -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()