Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a tool or PyFilesystem opener to support using as a FUSE filesystem #3

Open
mechanical-snail opened this issue Aug 4, 2013 · 0 comments

Comments

@mechanical-snail
Copy link

Provide a PyFilesystem opener, i.e. a URI scheme that PyFilesystem would use to represent the filesystem.

Providing an opener would allow dropboxfs to be used as a FUSE filesystem on Linux with PyFilesystem's command-line tools (using an example URI scheme):

$ fsmount 'dropboxfs://app_folder?token_key=foo&token_secret=bar' /mountpoint

Alternatively, provide a separate command-line tool (look at how PyFilesystem's pypi package does it) that acts as a FUSE filesystem mounter.

freak3dot added a commit to freak3dot/fs-dropbox that referenced this issue Aug 24, 2015
Add seek to the chunkedReader. Closes btimby#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant