![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2006
Beans: 9
|
[howto] Mount your Box.Net account using WebDAV
Hello!
You can mount your Box.Net account to easily upload/download files. First, install davfs2: Code:
# apt-get install davfs2 Code:
# mkdir /media/box.net Code:
# mount -t davfs http://www.box.net/dav /media/box.net You can also put your username/password in /etc/davfs2/secrets Code:
echo "http://www.box.net/dav username password" >> /etc/davfs2/secrets Also, Konqueror can access Box.Net directly using the WebDAV protocol: Code:
webdav://www.box.net/dav If you want a Free Box.Net account, Box.Net Tested in Kubuntu Dapper Drake 6.06 More info and options: Code:
$ man mount.davfs Ping Fløød #356111 |
|
|
|
|
|
#2 |
|
Chocolate Ubuntu Mocha Blend
![]() |
Re: [howto] Mount your Box.Net account using WebDAV
Thank you !
Very nice Btw, Is there somethg else than box.net is there any good concurrents to this program ?? Pat' - I tried; works great !! I added -o rw but still cannot drag & drop (copy) from rox filer ... Is it normal ?? Thx
__________________
How to install LINUX for Newbies, here my Website !! cvscedega quick install [4] Debian Stable, Etch = High Stability and no bugs Ubuntu (based on sidux, unstable Debian) for a quick introduction to Linux Last edited by patrick295767; July 3rd, 2006 at 01:49 PM.. |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() |
Re: [howto] Mount your Box.Net account using WebDAV
Wow, Box.net is really cool. Thanks for posting the howto.
|
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() |
Re: [howto] Mount your Box.Net account using WebDAV
Hmm.... this seems to be doing some really strange things... Copying a picture into the /media/box.net/ folder seems to work, using mv to move the picture it has suddenly disappeared (though it's now showing in the web interface but without a name...) I would be careful with this service
|
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() Join Date: Jul 2005
Beans: 184
The Feisty Fawn Testing
|
Re: [howto] Mount your Box.Net account using WebDAV
I was trying to do this via "Connect to server" in the places menu and kept having trouble, how should I put the settings in there? I'd like the keyring to manager my password for this and also auto connect for me.
Is this possible? L |
|
|
|
|
|
#6 | |
|
Chocolate Ubuntu Mocha Blend
![]() |
Re: [howto] Mount your Box.Net account using WebDAV
Quote:
then, you can play with permissions. ![]() And, to mount the google box, is it the same way ?
__________________
How to install LINUX for Newbies, here my Website !! cvscedega quick install [4] Debian Stable, Etch = High Stability and no bugs Ubuntu (based on sidux, unstable Debian) for a quick introduction to Linux Last edited by patrick295767; July 4th, 2006 at 07:56 AM.. |
|
|
|
|
|
|
#7 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2006
Beans: 60
|
Re: [howto] Mount your Box.Net account using WebDAV
@naked | anyone else:
Nautilus File Browser >> File >> Connect To Server or Start Menu >> Places >> Connect To Server then Code:
Service type = Secure WebDAV (HTTPS) Server = www.box.net Port = [leave blank] Folder = dav User Name = [optional, log-in will prompt for it] Name To Use For Connection = ["boxnet" or whatever label you prefer] Like joakim2 had very mixed experience with above in Ubuntu Dapper/Power PC (G4). Had error with davfs2. Worked great with Kubuntu Dapper/Konqueror on same machine ... faster than Box.Net web access, split-pane interface, notifications ... suddenly a very useful service. Bookmarked. Used following to access: Code:
webdavs://box.net/dav [certificate throws error] or webdav://box.net/dav @patrick295767: When I checked around a month or so ago, Box.Net looked like best free option in terms of space, access and single upload size. Hope that helps .... |
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2006
Beans: 60
|
Re: [howto] Mount your Box.Net account using WebDAV
Add:
Had best results in Ubuntu with Cadaver, a command-line webDAV client. Fast, simple. Could only get it to work with HTTP access. |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2006
Beans: 17
|
I was having trouble mounting dav shares as a local user:
Code:
/usr/lib/mount.davfs-2.6: Can't get root permissions, maybe program is not setuid Code:
foo@myhost:/$ sudo chmod u+s /usr/lib/mount.davfs-2.6 |
|
|
|
|
|
#10 | |
|
5 Cups of Ubuntu
![]() Join Date: Apr 2006
Beans: 37
|
Re: [howto] Mount your Box.Net account using WebDAV
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|