How to access WebDAV using Windows Explorer on Windows 7?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Meditation
--
Chapters
00:00 How To Access Webdav Using Windows Explorer On Windows 7?
00:33 Accepted Answer Score 12
01:43 Answer 2 Score 1
02:03 Thank you
--
Full question
https://superuser.com/questions/494203/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #64bit #webdav #cpanel
#avk47
ACCEPTED ANSWER
Score 12
Windows Explorer Address Bar supports URI's in the following format:
\\server@SSL@port\DavWWWRoot\path\
Leave off the @SSL if you are not using SSL/HTTPS.
Leave off the @port part unless you are using a non-default port, example:
\\server@233\DavWWWRoot\path\
to not use SSL and use non-default port 233.
So...
Click Start menu...
Click Documents... (or Pictures or any other link that opens explorer.exe)
On the top of the window, there is an address bar that will say something like JohnSmith\Documents
Change that to the above-mentioned WebDAV format URI and press enter... (Probably something simple like \\website-with-webdav\davwwwroot\path\
, edit this to get the correct path.)
You could then create a shortcut to that folder to open it faster.
ANSWER 2
Score 1
windows 10 and 2017 ... try
\\yourdomain.com\your_web_dav_root
backslashes(!)
nothing else needed and ...
nothing else seems to work ... no http(s)://foobar or alike (seems to still not working)