Skip to content
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

Links to FTP directories from external applications do the wrong thing #3075

Closed
cyberduck opened this issue Mar 19, 2009 · 1 comment
Closed
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

3622a46 created the issue

I made Cyberduck the default FTP app. I'm running 10.4. I clicked on a link in Safari (it was a link to ftp://ftp.parrot.org/pub/parrot/releases/stable/1.0.0/) and Cyberduck tried to download "1.0.0" as if it was a file (which of course failed).

I guess Cyberduck should check to see if requested URLs are directories and open them in a browser window if that is the case. In this case the trailing slash should have made it obvious. In cases where it is not obvious I guess you'd have to run ls or something to see what the FTP server thinks the URL points to.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In eedd0e8 at least we now check for the trailing slash.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants