Recommendations for a WebDAV client
I am trying to get additional functionality from a school website that can allow multiple file uploads/downloads via drag and drop between the site's Resources folders and my personal computer via a WebDAV client, versus downloading each individual file manually. However, this feature is only officially supported for Windows and Mac, or for 3rd-party clients for those operating systems. I would like to be able to use this feature with Ubuntu 11.04.
I have already taken a look at this question, but had no luck with its answer...probably because it never asks me for my school password, and I can't find a way to input one.
If there's a way to do this using what's already installed by default, or from some other application, please let me know.
UPDATE: When I try connecting through Nautilus, I get the following error message, regardless of whether I picked WebDAV (http) or Secure WebDAV (https):

And just to reiterate, at no point does it ever ask for my password.
software-recommendation webdav
add a comment |
I am trying to get additional functionality from a school website that can allow multiple file uploads/downloads via drag and drop between the site's Resources folders and my personal computer via a WebDAV client, versus downloading each individual file manually. However, this feature is only officially supported for Windows and Mac, or for 3rd-party clients for those operating systems. I would like to be able to use this feature with Ubuntu 11.04.
I have already taken a look at this question, but had no luck with its answer...probably because it never asks me for my school password, and I can't find a way to input one.
If there's a way to do this using what's already installed by default, or from some other application, please let me know.
UPDATE: When I try connecting through Nautilus, I get the following error message, regardless of whether I picked WebDAV (http) or Secure WebDAV (https):

And just to reiterate, at no point does it ever ask for my password.
software-recommendation webdav
I can't see a file > connect to option under nautilus. Can someone please send a screenshot? see screenshot here:
– user2851108
Mar 28 '14 at 6:48
@user2851108 I'm on Ubuntu 14.04 LTS Beta 2 currently, but there it should be in the menubar. (You could probably find it using the HUD by tapping Alt, too.)
– Christopher Kyle Horton
Apr 5 '14 at 3:36
add a comment |
I am trying to get additional functionality from a school website that can allow multiple file uploads/downloads via drag and drop between the site's Resources folders and my personal computer via a WebDAV client, versus downloading each individual file manually. However, this feature is only officially supported for Windows and Mac, or for 3rd-party clients for those operating systems. I would like to be able to use this feature with Ubuntu 11.04.
I have already taken a look at this question, but had no luck with its answer...probably because it never asks me for my school password, and I can't find a way to input one.
If there's a way to do this using what's already installed by default, or from some other application, please let me know.
UPDATE: When I try connecting through Nautilus, I get the following error message, regardless of whether I picked WebDAV (http) or Secure WebDAV (https):

And just to reiterate, at no point does it ever ask for my password.
software-recommendation webdav
I am trying to get additional functionality from a school website that can allow multiple file uploads/downloads via drag and drop between the site's Resources folders and my personal computer via a WebDAV client, versus downloading each individual file manually. However, this feature is only officially supported for Windows and Mac, or for 3rd-party clients for those operating systems. I would like to be able to use this feature with Ubuntu 11.04.
I have already taken a look at this question, but had no luck with its answer...probably because it never asks me for my school password, and I can't find a way to input one.
If there's a way to do this using what's already installed by default, or from some other application, please let me know.
UPDATE: When I try connecting through Nautilus, I get the following error message, regardless of whether I picked WebDAV (http) or Secure WebDAV (https):

And just to reiterate, at no point does it ever ask for my password.
software-recommendation webdav
software-recommendation webdav
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Sep 3 '11 at 15:58
Christopher Kyle HortonChristopher Kyle Horton
10.4k1269143
10.4k1269143
I can't see a file > connect to option under nautilus. Can someone please send a screenshot? see screenshot here:
– user2851108
Mar 28 '14 at 6:48
@user2851108 I'm on Ubuntu 14.04 LTS Beta 2 currently, but there it should be in the menubar. (You could probably find it using the HUD by tapping Alt, too.)
– Christopher Kyle Horton
Apr 5 '14 at 3:36
add a comment |
I can't see a file > connect to option under nautilus. Can someone please send a screenshot? see screenshot here:
– user2851108
Mar 28 '14 at 6:48
@user2851108 I'm on Ubuntu 14.04 LTS Beta 2 currently, but there it should be in the menubar. (You could probably find it using the HUD by tapping Alt, too.)
– Christopher Kyle Horton
Apr 5 '14 at 3:36
I can't see a file > connect to option under nautilus. Can someone please send a screenshot? see screenshot here:
– user2851108
Mar 28 '14 at 6:48
I can't see a file > connect to option under nautilus. Can someone please send a screenshot? see screenshot here:
– user2851108
Mar 28 '14 at 6:48
@user2851108 I'm on Ubuntu 14.04 LTS Beta 2 currently, but there it should be in the menubar. (You could probably find it using the HUD by tapping Alt, too.)
– Christopher Kyle Horton
Apr 5 '14 at 3:36
@user2851108 I'm on Ubuntu 14.04 LTS Beta 2 currently, but there it should be in the menubar. (You could probably find it using the HUD by tapping Alt, too.)
– Christopher Kyle Horton
Apr 5 '14 at 3:36
add a comment |
5 Answers
5
active
oldest
votes
In Nautilus (the file browser), select File > Connect to ... and select WebDAV. Enter the information you need, such as a host name, a directory, port and username. Check the box to create a bookmark, and you'll find it in your Files and Folder lense and in the left pane in Nautilus.
You'll be able to use your WebDAV share as if it were a local folder.
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
2
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
1
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
3
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
1
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
|
show 1 more comment
All of the server connections are handled in the same way in nautilus. You fill out the data for nautilus to connect to the remote server at which point it will be added as a bookmark to the bookmarked folders list.
The first time you try to connect to the server if it is password protected you will be asked to provide the password and you will be asked whether you want to save the password permanently, for the current session or forget immediately. Once the server has been mounted it can be browsed like any other folder on your system.
Hope this helps
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
add a comment |
On Ubuntu 14.04:
1) Open Nautilus (File manager)
2) Click on 'Connect to Server'
3) As server address enter:
davs://<username>@<webdav_address>
It is important that webdav_address doesn't contain the protocol. So for example if your web url is: https://example.com/webdavand your username is alice, the corresponding address for the server will be:
davs://alice@example.com/webdav
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
add a comment |
Use directly the protocol webdav://
Often you can use directly the protocol webdav:// in your file browser.
Nowadays under kubuntu, for example, it's enough to write in Dolphin instead of a local path the address required with the protocol webdab:// before.
For example,
webdav://192.168.1.10/remote.php/webdav/
It will prompt for username and password, then you will deal with it in a manner similar to a local path.
Notes:
- Working on Kubuntu 18.04.2 LTS
- Dolphin (currently Version 17.12.3)
- A local instance of
webdabundernextcloudaccessible with an address similar to
192.168.1.10/remote.php/webdav/
add a comment |
This looks more like a windows name resolution problem... it cannot resolve the netbios name of the server. It should work with te IP address however.
-To mount a windows share on a DHCP network, it is convenient to be able to mount by netbios name... it's very easy:
1) Edit your /etc/nsswitch.conf file with your preferred editor (gedit, kate, nano, vim, etc)... search through the file and look for the line that looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
...and add "wins" to the end of the line so it looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
2) Save the file. Note: "wins" MUST come before "dns" if you are using the openDNS service.
3) Now you'll need to install winbind
Code:
sudo apt-get install winbind
4) Reboot, or restart your network.
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
1
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f59870%2frecommendations-for-a-webdav-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
In Nautilus (the file browser), select File > Connect to ... and select WebDAV. Enter the information you need, such as a host name, a directory, port and username. Check the box to create a bookmark, and you'll find it in your Files and Folder lense and in the left pane in Nautilus.
You'll be able to use your WebDAV share as if it were a local folder.
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
2
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
1
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
3
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
1
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
|
show 1 more comment
In Nautilus (the file browser), select File > Connect to ... and select WebDAV. Enter the information you need, such as a host name, a directory, port and username. Check the box to create a bookmark, and you'll find it in your Files and Folder lense and in the left pane in Nautilus.
You'll be able to use your WebDAV share as if it were a local folder.
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
2
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
1
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
3
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
1
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
|
show 1 more comment
In Nautilus (the file browser), select File > Connect to ... and select WebDAV. Enter the information you need, such as a host name, a directory, port and username. Check the box to create a bookmark, and you'll find it in your Files and Folder lense and in the left pane in Nautilus.
You'll be able to use your WebDAV share as if it were a local folder.
In Nautilus (the file browser), select File > Connect to ... and select WebDAV. Enter the information you need, such as a host name, a directory, port and username. Check the box to create a bookmark, and you'll find it in your Files and Folder lense and in the left pane in Nautilus.
You'll be able to use your WebDAV share as if it were a local folder.
answered Sep 4 '11 at 2:41
Jo-Erlend SchinstadJo-Erlend Schinstad
26.5k556108
26.5k556108
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
2
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
1
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
3
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
1
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
|
show 1 more comment
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
2
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
1
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
3
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
1
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
I get an error message when I try this, for which I've added a picture above.
– Christopher Kyle Horton
Sep 4 '11 at 17:19
2
2
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
Right. Don't add https:// to the address. Only the hostname.
– Jo-Erlend Schinstad
Sep 5 '11 at 1:32
1
1
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
Thanks for the tip...regular WebDAV still wouldn't work, but selecting Secure WebDAV did the trick. It finally asked me for my password and I was logged on. Thanks!
– Christopher Kyle Horton
Sep 5 '11 at 17:53
3
3
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
"HTTP Error: Found" What does that even mean?!
– Cerin
Jul 18 '14 at 20:19
1
1
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
Is that a precise error message? Just to be sure, you should have something like davs://username@www.example.com/directory/goes/here.
– Jo-Erlend Schinstad
Jul 26 '14 at 11:22
|
show 1 more comment
All of the server connections are handled in the same way in nautilus. You fill out the data for nautilus to connect to the remote server at which point it will be added as a bookmark to the bookmarked folders list.
The first time you try to connect to the server if it is password protected you will be asked to provide the password and you will be asked whether you want to save the password permanently, for the current session or forget immediately. Once the server has been mounted it can be browsed like any other folder on your system.
Hope this helps
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
add a comment |
All of the server connections are handled in the same way in nautilus. You fill out the data for nautilus to connect to the remote server at which point it will be added as a bookmark to the bookmarked folders list.
The first time you try to connect to the server if it is password protected you will be asked to provide the password and you will be asked whether you want to save the password permanently, for the current session or forget immediately. Once the server has been mounted it can be browsed like any other folder on your system.
Hope this helps
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
add a comment |
All of the server connections are handled in the same way in nautilus. You fill out the data for nautilus to connect to the remote server at which point it will be added as a bookmark to the bookmarked folders list.
The first time you try to connect to the server if it is password protected you will be asked to provide the password and you will be asked whether you want to save the password permanently, for the current session or forget immediately. Once the server has been mounted it can be browsed like any other folder on your system.
Hope this helps
All of the server connections are handled in the same way in nautilus. You fill out the data for nautilus to connect to the remote server at which point it will be added as a bookmark to the bookmarked folders list.
The first time you try to connect to the server if it is password protected you will be asked to provide the password and you will be asked whether you want to save the password permanently, for the current session or forget immediately. Once the server has been mounted it can be browsed like any other folder on your system.
Hope this helps
answered Sep 3 '11 at 16:43
AllanAllan
10.2k43250
10.2k43250
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
add a comment |
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
The server should be password-protected, as indicated in the Windows setup instructions for any of the given clients. And yet it doesn't ask for one in Nautilus, but instead gives me an error window I added a picture of above.
– Christopher Kyle Horton
Sep 4 '11 at 17:18
add a comment |
On Ubuntu 14.04:
1) Open Nautilus (File manager)
2) Click on 'Connect to Server'
3) As server address enter:
davs://<username>@<webdav_address>
It is important that webdav_address doesn't contain the protocol. So for example if your web url is: https://example.com/webdavand your username is alice, the corresponding address for the server will be:
davs://alice@example.com/webdav
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
add a comment |
On Ubuntu 14.04:
1) Open Nautilus (File manager)
2) Click on 'Connect to Server'
3) As server address enter:
davs://<username>@<webdav_address>
It is important that webdav_address doesn't contain the protocol. So for example if your web url is: https://example.com/webdavand your username is alice, the corresponding address for the server will be:
davs://alice@example.com/webdav
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
add a comment |
On Ubuntu 14.04:
1) Open Nautilus (File manager)
2) Click on 'Connect to Server'
3) As server address enter:
davs://<username>@<webdav_address>
It is important that webdav_address doesn't contain the protocol. So for example if your web url is: https://example.com/webdavand your username is alice, the corresponding address for the server will be:
davs://alice@example.com/webdav
On Ubuntu 14.04:
1) Open Nautilus (File manager)
2) Click on 'Connect to Server'
3) As server address enter:
davs://<username>@<webdav_address>
It is important that webdav_address doesn't contain the protocol. So for example if your web url is: https://example.com/webdavand your username is alice, the corresponding address for the server will be:
davs://alice@example.com/webdav
answered Dec 20 '15 at 19:12
GusGus
8113
8113
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
add a comment |
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
Im getting: Unhandled error message: HTTP Error: Could not connect: Connection refused
– titusfx
Sep 13 '18 at 9:44
add a comment |
Use directly the protocol webdav://
Often you can use directly the protocol webdav:// in your file browser.
Nowadays under kubuntu, for example, it's enough to write in Dolphin instead of a local path the address required with the protocol webdab:// before.
For example,
webdav://192.168.1.10/remote.php/webdav/
It will prompt for username and password, then you will deal with it in a manner similar to a local path.
Notes:
- Working on Kubuntu 18.04.2 LTS
- Dolphin (currently Version 17.12.3)
- A local instance of
webdabundernextcloudaccessible with an address similar to
192.168.1.10/remote.php/webdav/
add a comment |
Use directly the protocol webdav://
Often you can use directly the protocol webdav:// in your file browser.
Nowadays under kubuntu, for example, it's enough to write in Dolphin instead of a local path the address required with the protocol webdab:// before.
For example,
webdav://192.168.1.10/remote.php/webdav/
It will prompt for username and password, then you will deal with it in a manner similar to a local path.
Notes:
- Working on Kubuntu 18.04.2 LTS
- Dolphin (currently Version 17.12.3)
- A local instance of
webdabundernextcloudaccessible with an address similar to
192.168.1.10/remote.php/webdav/
add a comment |
Use directly the protocol webdav://
Often you can use directly the protocol webdav:// in your file browser.
Nowadays under kubuntu, for example, it's enough to write in Dolphin instead of a local path the address required with the protocol webdab:// before.
For example,
webdav://192.168.1.10/remote.php/webdav/
It will prompt for username and password, then you will deal with it in a manner similar to a local path.
Notes:
- Working on Kubuntu 18.04.2 LTS
- Dolphin (currently Version 17.12.3)
- A local instance of
webdabundernextcloudaccessible with an address similar to
192.168.1.10/remote.php/webdav/
Use directly the protocol webdav://
Often you can use directly the protocol webdav:// in your file browser.
Nowadays under kubuntu, for example, it's enough to write in Dolphin instead of a local path the address required with the protocol webdab:// before.
For example,
webdav://192.168.1.10/remote.php/webdav/
It will prompt for username and password, then you will deal with it in a manner similar to a local path.
Notes:
- Working on Kubuntu 18.04.2 LTS
- Dolphin (currently Version 17.12.3)
- A local instance of
webdabundernextcloudaccessible with an address similar to
192.168.1.10/remote.php/webdav/
answered 8 hours ago
HasturHastur
2,79511732
2,79511732
add a comment |
add a comment |
This looks more like a windows name resolution problem... it cannot resolve the netbios name of the server. It should work with te IP address however.
-To mount a windows share on a DHCP network, it is convenient to be able to mount by netbios name... it's very easy:
1) Edit your /etc/nsswitch.conf file with your preferred editor (gedit, kate, nano, vim, etc)... search through the file and look for the line that looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
...and add "wins" to the end of the line so it looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
2) Save the file. Note: "wins" MUST come before "dns" if you are using the openDNS service.
3) Now you'll need to install winbind
Code:
sudo apt-get install winbind
4) Reboot, or restart your network.
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
1
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
add a comment |
This looks more like a windows name resolution problem... it cannot resolve the netbios name of the server. It should work with te IP address however.
-To mount a windows share on a DHCP network, it is convenient to be able to mount by netbios name... it's very easy:
1) Edit your /etc/nsswitch.conf file with your preferred editor (gedit, kate, nano, vim, etc)... search through the file and look for the line that looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
...and add "wins" to the end of the line so it looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
2) Save the file. Note: "wins" MUST come before "dns" if you are using the openDNS service.
3) Now you'll need to install winbind
Code:
sudo apt-get install winbind
4) Reboot, or restart your network.
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
1
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
add a comment |
This looks more like a windows name resolution problem... it cannot resolve the netbios name of the server. It should work with te IP address however.
-To mount a windows share on a DHCP network, it is convenient to be able to mount by netbios name... it's very easy:
1) Edit your /etc/nsswitch.conf file with your preferred editor (gedit, kate, nano, vim, etc)... search through the file and look for the line that looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
...and add "wins" to the end of the line so it looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
2) Save the file. Note: "wins" MUST come before "dns" if you are using the openDNS service.
3) Now you'll need to install winbind
Code:
sudo apt-get install winbind
4) Reboot, or restart your network.
This looks more like a windows name resolution problem... it cannot resolve the netbios name of the server. It should work with te IP address however.
-To mount a windows share on a DHCP network, it is convenient to be able to mount by netbios name... it's very easy:
1) Edit your /etc/nsswitch.conf file with your preferred editor (gedit, kate, nano, vim, etc)... search through the file and look for the line that looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
...and add "wins" to the end of the line so it looks something like this:
hosts: files mdns4_minimal [NOTFOUND=return] wins dns mdns4
2) Save the file. Note: "wins" MUST come before "dns" if you are using the openDNS service.
3) Now you'll need to install winbind
Code:
sudo apt-get install winbind
4) Reboot, or restart your network.
answered Sep 4 '11 at 18:13
nejodenejode
47122
47122
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
1
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
add a comment |
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
1
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
I think it looks more like he's typed in https:// in the host field, which makes the address davs://username@hostname, which is incorrect. -1
– Jo-Erlend Schinstad
Sep 5 '11 at 1:33
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
You're very fast to downvote an answer that absolutely does no harm. I quote what it says in the Privileges Page:"Downvoting should be reserved for extreme cases. It's not meant as a substitute for communication and editing."
– nejode
Sep 7 '11 at 11:55
1
1
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
Well, your answer seemed to be obviously wrong. If it was only a small error, then I would've recommended an edit. But in this case, that would mean changing everything since the main assumption was wrong.
– Jo-Erlend Schinstad
Sep 7 '11 at 14:12
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f59870%2frecommendations-for-a-webdav-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I can't see a file > connect to option under nautilus. Can someone please send a screenshot? see screenshot here:
– user2851108
Mar 28 '14 at 6:48
@user2851108 I'm on Ubuntu 14.04 LTS Beta 2 currently, but there it should be in the menubar. (You could probably find it using the HUD by tapping Alt, too.)
– Christopher Kyle Horton
Apr 5 '14 at 3:36