Where you can also find the deps davfs2/libneon. If the following command returns nothing you need to at least install davfs2:
Code:
# which mount.davfs
After installing, or if mount.davfs is already installed run the following to see if libneon is needed:
Code:
# ldd `which mount.davfs`
I decided to build onto the script for other accounts and this is what I came up with. You can run the gui from the menu or you can run from the command line:
Code:
# pcloud
This script will mount your various cloud accounts.
You need to run this script with one of the following accounts as an argument:
4shared
www.4shared.com
adrive
www.adrive.com - should work with a paid account only
box
www.box.com
drivehq
www.drivehq.com
filesanywhere
www.filesanywhere.com - should work with a paid account only
hasfiles
http://who.hasfiles.com
idrivesync
www.idrivesync.com
mydisk
www.mydisk.se
mydrive
www.mydrive.ch
otixo
www.otixo.com
oxygencloud
https://oxygencloud.com
smestorage
www.smestorage.com - should work after buying iSMEStorage for $5 from the Apple store
swissdisk
www.swissdisk.com
for example:
# pcloud box 600 /root/box
would mount your box.com account
The 600 is the number of seconds between rsync checks
/root/box is the directory that will sync with your box account
You can remove your credentials for an account from /etc/fstab and /etc/davfs2/secrets like this:
# pcloud box remove
This is incase you input the incorrect username and/or password and want to reattempt
You can create a startup script to mount a specific account on startup like this:
# pcloud box startup 600 /root/box"
This will create the script $HOME/Startup/pcloud-box-username
The 600 is the number of seconds between rsync checks
/root/box is the directory that will sync with your box account
You can create an account for something not listed like this:
# pcloud new
You can list available accounts like this:
# pcloud accounts
If you have multiple accounts with the same provider you can seperate the account and user with an '*' to specify the account, like this:
# pcloud box*my_new_user_name
I know there are probably others, some of which I couldn't get to work and others currently don't have webdav working or it's not documented. Please post any other services that are available below and I will add them to the default program. I will need the url and the webdav url.
0.2 version:
added the ability to sync the remote directory with a local directory via rsync. Also occasionally a loss of sync happens which will freeze up your file manager. Rsync should help with that but I also added the ability to umount in the gui incase that happens.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum