Have added the same and restarted machine and then retried but still getting error. Also, while connecting to localhost it asks for username and password. What i need to provide here?
Hi,
I am trying to connect to crx repository using webdav with url : http://localhost:4504/crx/repository/crx.default but not able to connect. It says "Folder you entered does not seem to be valid". Have followed steps using https://docs.adobe.com/docs/en/aem/6-2/administer/content/webdav-access.html
Kindly let me know what next steps I should proceed with.
Thanks,
Neha
Solved! Go to Solution.
Views
Replies
Total Likes
Yes - i have never used WebDav as i get errors too. I am not a fan of modifying the Reg keys either.
I wrote this tool to improve this use case - its a desktop app written in Java that uploads files very nicely. I use it almost daily.
https://helpx.adobe.com/experience-manager/using/post_files.html (video will be included soon so you can see the tool in action and uploading files from the desktop to AEM JCR)
ALso - i will post a HELPX video on this use case too for our AEM YouTube channel:
https://www.youtube.com/channel/UCDtISU9W-zzo1PIU3pGHUbA
Hope this helps....
Views
Replies
Total Likes
Hi,
I have tried it at my end, it is working fine(I am on windows 7).
Please have a look at this screen-cast of mine:- https://kautuksahni.tinytake.com/sf/OTk0MzQ4XzQxMjY5NzY
It will help you.
~kautuk
Views
Replies
Total Likes
Neha,
you need to change the value of the following registry key to 2 or more and restart your machine:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
Views
Replies
Total Likes
Thanks a lot Kanika.
Just adding reference here on top of what you just stated:
//
How to enable support for Basic Authentication for WebDAV on Windows 7.
If you are having difficulty using Windows 7 to connect to a Web-based application on an Apache/Linux-based WebDAV server, you may need to enable support for Basic Authentication for WebDAV on your Windows 7 computer. To do this, open Registry Editor and create the following new registry entry under HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters:
Name: BasicAuthLevel
Type: DWORD (32-bit) Value
Value: 2
If you do this, you should make sure the Web-application uses SSL since the Basic Auth password is sent in cleartext.
Note that the possible values you can assign to this new registry entry are:
0 - Basic authentication disabled
1 - Basic authentication enabled for Secure Sockets Layer (SSL) shares only
2 or greater - Basic authentication enabled for SSL shares and for non-SSL shares
If you have feedback concerning this tip, please email me. And be sure to check out my website!
Reference Link:- https://blogs.msdn.microsoft.com/robert_mcmurray/2008/01/17/webdav-redirector-registry-settings/
~kautuk
Views
Replies
Total Likes
I am following same steps but still getting error. Also, while connecting to localhost it asks for username and password. What i need to provide here?
Views
Replies
Total Likes
Have added the same and restarted machine and then retried but still getting error. Also, while connecting to localhost it asks for username and password. What i need to provide here?
Views
Replies
Total Likes
Did you follow all steps that kautuk pointed you too?
Views
Replies
Total Likes
Also - what tasks do you want to perform using WebDav? DO you want to upload files to the AEM JCR?
Views
Replies
Total Likes
yes followed but got error
Views
Replies
Total Likes
Want to upload files like images css to AEM JCR is there any other way i can do that till the time issue is not resolved.
Views
Replies
Total Likes
Yes - i have never used WebDav as i get errors too. I am not a fan of modifying the Reg keys either.
I wrote this tool to improve this use case - its a desktop app written in Java that uploads files very nicely. I use it almost daily.
https://helpx.adobe.com/experience-manager/using/post_files.html (video will be included soon so you can see the tool in action and uploading files from the desktop to AEM JCR)
ALso - i will post a HELPX video on this use case too for our AEM YouTube channel:
https://www.youtube.com/channel/UCDtISU9W-zzo1PIU3pGHUbA
Hope this helps....
Views
Replies
Total Likes
thanks for update.
Views
Replies
Total Likes
Views
Likes
Replies