Commit 40fca850 by btimby

Fix for changing directory

parent c9ea8ee4
......@@ -37,7 +37,7 @@ class FTPFS(ftpserver.AbstractedFS):
return self.fs.open(path, mode)
def chdir(self, path):
self.cwd = path
self._cwd = self.ftp2fs(path)
def mkdir(self, path):
if isinstance(path, str):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment