flying-circus / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

no save with dokan and FTPFS #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

ftp = FTPFS(host='127.0.0.1', user='testa', passwd='testa', acct='', 
dircache=False)
mp = dokan.mount(ftp,"Q",volname='FTPDISK Volume')
x = raw_input()
mp.unmount()

What is the expected output? What do you see instead?
i can't change or create files with explorer/editor.

only browse the files with explorer or copy 

What version of the product are you using? On what operating system?
python 2.7
pyfilesystem 0.4.0
dokan 0.6.0
win 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by dustin.b...@googlemail.com on 12 Oct 2011 at 3:23