-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web URL configuration fails for relative default path #4012
Comments
Set |
Refer to Web URL Configuration. |
I can confirm that this does not work as desired. I have an SFTP bookmark with the default path set to public_html/images/ and the web URL set to http://server.tld/~danaris/images. I connect this bookmark, select one of my files, and copy its HTTP URL, and it comes out as http://server.tld/~danaris/images/home/danaris/public_html/images/image.jpg. |
Replying to [comment:4 danaris]:
Try to set the default path to an absolute value of |
I do not mean to give offense, dkocher, but no, it does not work. There is a workaround, but this is not the same thing at all. There is no reason why "copy HTTP URL" should break so ridiculously just because I have a relative path set as my default path, rather than an absolute path. |
I love cyberduck, but one thing always bothers me a bit. Its the Copy URL and Open Web URL. Somtimes I will upload somefile.html and want to see it. So I right click and choose Open Web URL. The problem is that it uses folder Path as part of the URL, not just the root.
I think most people have to use www, public_html, html, or some kind of Path in their login, but they would rarely or never want that to be included in the Open Web URL or Copy URL path. Maybe a preference could be created to ignore that Path. Then I would get
matthewlein.com/somefile.html
instead of
matthewlein.com/html/somefile.html
The text was updated successfully, but these errors were encountered: