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

Add ownCloud (or webDav) support #11

Closed
JuniorJPDJ opened this issue Aug 1, 2016 · 5 comments
Closed

Add ownCloud (or webDav) support #11

JuniorJPDJ opened this issue Aug 1, 2016 · 5 comments

Comments

@JuniorJPDJ
Copy link

JuniorJPDJ commented Aug 1, 2016

There are some public services offering ownCloud access (https://owncloud.org/providers/)
It is also self hosted and imho the best opensource cloud.
https://github.com/bnoffer/owncloud-sharp
There is great library for c#

@viciousviper
Copy link
Owner

Looks ok at first inspection.
You wouldn't know if one of the listed providers offers >= 10GB free storage space quota as listed in the CloudFS prerequisites?

@JuniorJPDJ
Copy link
Author

I don't know, I'm hosting it at myself.
But I'll take a look

@JuniorJPDJ
Copy link
Author

JuniorJPDJ commented Aug 2, 2016

https://www.tucloudserver.com/console/cart.php?gid=6
This one is, but it's out of stock
https://wint.global/ocloud/
There is 5GB

@viciousviper
Copy link
Owner

Hi @JuniorJPDJ,

I just committed preliminary WebDAV support with 23195b1 on a feature branch if you'd like to take an early look. The WebDAV gateway completed the CloudFS test suite successfully on a non-OneCloud hoster (German Telekom MagentaCloud) and a public OneCloud-based hoster from your list (oCloud.de).

I'm not ready to release this code just yet because the login credentials can't be persisted until the config encryption feature requested in viciousviper/DokanCloudFS#17 is in place - which means that you'll have to re-authenticate via the login form each time the WebDAV gateway is instantiated.

However, I'd certainly value your feedback on the general suitability of the WebDAV gateway for self-hosted OneCloud environments.

BTW, apparently none of WebDAV interfaces of the large cloud providers implements quota information via quota-available-bytes and quota-used-bytes while the OCloud-based provider did. Is there another established quota scheme I should support or do they just suck?

@viciousviper
Copy link
Owner

Fixed in ef51268.

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

2 participants