Skip to content

osochill/copy-fuse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme for Copy-Fuse

Usage Prequisites

General Name ArchLinux/CopyBoxLinux Package Raspbian
Python 2 python2 python2.7
Fuse fuse fuse
Python Fuse Bindings python2-fuse python-fuse
Python URLLib3 python2-urllib3 python-urllib3
Python Setuptools utility python2-distribute python-setuptools

Usage How To

Clone the copy-fuse repo

git clone https://github.com/copy-app/copy-fuse

'cd' to the copy-fuse repo

cd copy-fuse

ensure that copyfuse.py is executable

sudo chmod +x copyfuse.py

execute copyfuse.py

./copyfuse.py [email protected] password /path/to/mount/point

to unmount your Copy account

fusermount -u /path/to/mount/point

Troubleshooting

  • SyntaxError: invalid token on line 228

    The mount point given as the third argument to copyfuse.py does not exist, or is not a directory

About

FUSE layer for Copy.com service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published