8000 IS this stable at all? · Issue #4 · althonos/fs.expose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

IS this stable at all? #4

Open
wgaylord opened this issue May 8, 2018 · 5 comments
Open

IS this stable at all? #4

wgaylord opened this issue May 8, 2018 · 5 comments

Comments

@wgaylord
Copy link
wgaylord commented May 8, 2018

No description provided.

@althonos
Copy link
Owner
althonos commented May 9, 2018

@wgaylord : Definitely not stable, but I'd go for experimental.

I use the following script to test the FUSE part, although a lot of things can go wrong:

import fuse
import fs.expose.fuse.operations

#source = fs.open_fs('ssh://something/')
source = fs.open_fs('temp://')

ops = fs.expose.fuse.operations.PyfilesystemFuseOperations(source)
fuse.FUSE(ops, "/tmp/test", debug=True, foreground=True)

@wgaylord
Copy link
Author
wgaylord commented May 9, 2018 via email

@althonos
Copy link
Owner
althonos commented May 9, 2018

You'll have to wait for the Dokan code to be ported, but since I don't have a proper windows machine to develop on at the moment, I can't work on it right now.

@wgaylord
Copy link
Author
wgaylord commented May 9, 2018 via email

@wgaylord
Copy link
Author

Has this moved forward?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0