• April 19, 2024, 08:16:27 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: WebDAV, which port?  (Read 67368 times)

mildred

  • Level 1 Member
  • *
  • Posts: 4
WebDAV, which port?
« on: August 27, 2011, 02:35:32 AM »

Hi,

I just applied the upgrade and enabled WebDAV for my share.

I am wondering how should I connect to the WebDAV server, the port 80 or 443 (over SSL) don't respond to WebDAV commands. I looked at the list of opened ports (using nmap) and couldn't find which corresponds to WebDAV.

I also tried setting up a user, unsuccessfully.

Could you enlighten me?

Thanks.

Mildred

Code: [Select]
mildred@kylae:~$ sudo nmap -p- agrippa-1.local

Starting Nmap 5.50 ( http://nmap.org ) at 2011-08-27 11:27 CEST
Nmap scan report for agrippa-1.local (192.168.0.32)
Host is up (0.00023s latency).
Not shown: 65523 closed ports
PORT      STATE SERVICE
21/tcp    open  ftp
80/tcp    open  http
111/tcp   open  rpcbind
139/tcp   open  netbios-ssn
443/tcp   open  https
445/tcp   open  microsoft-ds
515/tcp   open  printer
2049/tcp  open  nfs
6881/tcp  open  bittorrent-tracker
51732/tcp open  unknown
54068/tcp open  unknown
58516/tcp open  unknown
MAC Address: 14:D6:4D:A7:69:E1 (Unknown)

Nmap done: 1 IP address (1 host up) scanned in 1.62 seconds
Logged

Heimdall

  • Level 1 Member
  • *
  • Posts: 9
Re: WebDAV, which port?
« Reply #1 on: May 27, 2012, 02:56:54 AM »

I got webdav working by using Bitkinex. Windows 7 doesn't support webdav out-of-the box (like XP/Vista).

There were some german instructions on DNS-325 forums which worked for me at least. They are very easy to follow, as I don't speak german myself  ;). And don't be a fool like I was, and started to follow the instructions straight from the beginning, since first are instructions for XP and Vista (which are pretty much the same), and lastly for Windows 7, which requires a client (instructions used Bitkinex, so did I) in order to access you NAS.

link:
ftp://ftp.dlink.de/dns/dns-325/documentation/DNS-325_howto_verALL_WebDAV_de_140911.pdf

Also, remember to configure an account for webdav, since it isn't configured by default (you can use an existing one, just give webdav permissions).
Logged

mildred

  • Level 1 Member
  • *
  • Posts: 4
Re: WebDAV, which port?
« Reply #2 on: August 24, 2012, 03:45:18 PM »

Thank you, I found the information :)

The port number is 443, and only secure WebDAV is accessible.
The URL I'm using is: davs://webdav_user:password@agrippa.local/webdav/Volume_1/
One could also use: https://webdav_user:password@agrippa.local/webdav/Volume_1/

(you need to create a user which has webdav access)
Logged