#3075 closed defect (fixed)
Links to FTP directories from external applications do the wrong thing
Reported by: | a1291762@… | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 3.2 |
Component: | ftp | Version: | 3.1.2 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
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.
Change History (1)
comment:1 Changed on Apr 5, 2009 at 11:46:01 AM by dkocher
- Milestone set to 3.1.3
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r4564 at least we now check for the trailing slash.