MegaFS
MegaFS copied to clipboard
A FUSE filesystem wrapper for Mega.
IDK wtf was done here but any attempt to use this makes my system completely lock up. It's also modifying my uinput permissions for some reason which makes other things...
Password: Traceback (most recent call last): File "megafs.py", line 130, in fs = MegaFS(client) File "megafs.py", line 24, in __init__ path = self.getpath(files, file_h) File "megafs.py", line 40, in getpath...
sudo python megafs.py ~/megafs/ Password: Email [root]: [email protected] Password: Traceback (most recent call last): File "megafs.py", line 130, in fs = MegaFS(client) File "megafs.py", line 24, in **init** path =...
Wonder if there is any requirements on linux since this seems to be made with OSX in mind. I already have FUSE on my linux box.
When using shared folders, the code didn't work, you need to use another key. Thoses changes make shared folders and shared files works.
Hi, Would you be interested in integrating MegaFS into CloudFusion? CloudFusion is a Python framework for accessing cloud storage through a file system. It offers multiple advantages for developers, such...
can i use this under debian/linux? or require only osx?
Hi, I'm playing with your python library, and I wasn't able to use it for my purposes. After some time of try-and-error, I discovered how it's handled a shared folder,...