You are not logged in.

#1 2009-03-26 22:36:58

degmic71
Member
Registered: 2009-02-03
Posts: 122

[Solved] Mount webdav address via terminal or Nautilus?

Have a webaddress https://webdav.pct.edu.  I tried davfs, no luck , I dont know how ,

Tried :  mount //webdav.pct.edu/username_on_server /mnt


How is this done? detailed instructions please

THANKS!!!

Last edited by degmic71 (2009-03-27 00:27:07)

Offline

#2 2009-03-26 22:48:30

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [Solved] Mount webdav address via terminal or Nautilus?

dav://hostname/user
nautilus will ask for username and password
another way if you have gnome:
Places->Connect to server, Choose Webdav

Last edited by wonder (2009-03-26 22:49:44)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-03-26 23:12:13

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,923
Website

Re: [Solved] Mount webdav address via terminal or Nautilus?

With davfs:
First write your user and password into this file:

/etc/davfs2/secrets

like this:

https://webdav.pct.edu username password

then issue these commands as root:

mkdir /mnt/pct
mount -t davfs https://webdav.pct.edu /mnt/pct


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#4 2009-03-27 00:26:46

degmic71
Member
Registered: 2009-02-03
Posts: 122

Re: [Solved] Mount webdav address via terminal or Nautilus?

Thanks! dav://hostname/user worked great in Nautilus!

Offline

Board footer

Powered by FluxBB