Discussion:
access webdav service from freebsd
X Guest
2021-04-16 02:58:50 UTC
Permalink
I just want to access the remote wevdav service from freebsd. do you know what's the right way?

thanks.

--
https://xguest.net/
James B. Byrne via freebsd-questions
2021-04-16 13:16:56 UTC
Permalink
Post by X Guest
I just want to access the remote wevdav service from freebsd. do you know
what's the right way?
Post by X Guest
thanks.
--
https://xguest.net/
This question needs a little more detail about the working environment to
obtain sensible answer.

WebDAV works using http(s) protocol. That means one can retrieve data from a
WebDAV service, providing one has authorization to access, via any web browser
or command line utility like curl, fetch, and wget.

If one is using a GDM like gnome/mate then the Nautilus file browser can
connect to a webDAV server. Again presuming that one has the authentication
credentials which give authorized access to the WebDAV resource.

FreeBSD also has a fusefs module for setting up a WebDAV resource as a
filesystem that makes it appear as a local resource to the OS.

HTH
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne mailto:***@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
Erwan David
2021-04-16 17:40:40 UTC
Permalink
Post by X Guest
Post by X Guest
I just want to access the remote wevdav service from freebsd. do you know
what's the right way?
Post by X Guest
thanks.
--
https://xguest.net/
This question needs a little more detail about the working environment to
obtain sensible answer.
WebDAV works using http(s) protocol. That means one can retrieve data from a
WebDAV service, providing one has authorization to access, via any web browser
or command line utility like curl, fetch, and wget.
If one is using a GDM like gnome/mate then the Nautilus file browser can
connect to a webDAV server. Again presuming that one has the authentication
credentials which give authorized access to the WebDAV resource.
FreeBSD also has a fusefs module for setting up a WebDAV resource as a
filesystem that makes it appear as a local resource to the OS.
I did not find a working fusefs package for webdav, could you please
elaborate ?
James B. Byrne via freebsd-questions
2021-04-19 12:14:05 UTC
Permalink
Post by Erwan David
I did not find a working fusefs package for webdav, could you please
elaborate ?
fusefs-webdavfs-g20181010_1 FUSE filesystem for WEBDAV shares
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne mailto:***@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
Erwan David
2021-04-19 16:43:14 UTC
Permalink
Post by James B. Byrne via freebsd-questions
Post by Erwan David
I did not find a working fusefs package for webdav, could you please
elaborate ?
fusefs-webdavfs-g20181010_1 FUSE filesystem for WEBDAV shares
Is said to work only with apache and sabreDav, I never succeeded in
maing it work with nextcloud as server.

So for me it is not a "working" package, alas

James B. Byrne via freebsd-questions
2021-04-19 12:17:23 UTC
Permalink
Is there a document somewhere documenting all the "gotchas" on doing a
FreeBSD 13.0 binary upgrades now-a-days?
Such as
*) additional zpools won't auto-import on boot until
'freebsd-update' is run again after boot to install new userland.
(Bad news if you leave your home directories on a secondary zpool and
don't have access to console and have best practice of not allowing root ssh
in).
Enable the toor user and set it up to allow passwordless logons only.
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne mailto:***@Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
Steve O'Hara-Smith
2021-04-19 13:37:03 UTC
Permalink
On Mon, 19 Apr 2021 08:17:23 -0400
Post by James B. Byrne via freebsd-questions
Enable the toor user and set it up to allow passwordless logons only.
I assume you mean set up sshd to only allow key based authentication
rather than having toor with no password - but I think that should be made
clear :)
--
Steve O'Hara-Smith <***@sohara.org>
Loading...