#5365 closed defect (fixed)
Connects to FTP site, but does not show contents of directories.
Reported by: | lionman | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 3.8 |
Component: | ftp | Version: | 3.7 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.5 |
Description (last modified by dkocher)
When connecting to an FTP site running Windows, Cyberduck 3.7 (and older versions) with Mac OS X 10.5.8, won't show the contents of the directory.
I can connect with Terminal and see the contents of the directory, interact and such, but I can't do it with Cyberduck. While Cyberduck works with other sites, it seems to have trouble with this site.
Log Drawer reports:
220 kcntftp Microsoft FTP Service (Version 2.0). FEAT 500 'FEAT': command not understood USER kanjc 331 Password required for kanjc. PASS ******** 230 User kanjc logged in. CWD /AdvertisingKC 250 CWD command successful. STAT /AdvertisingKC 213-status of /AdvertisingKC:
And then nothing more happens. Connection is setup as Passive.
Change History (3)
comment:1 Changed on Oct 22, 2010 at 9:16:39 AM by dkocher
- Component changed from core to ftp
- Description modified (diff)
- Owner set to dkocher
- Priority changed from high to normal
- Severity changed from major to normal
- Summary changed from Cyberduck connects to FTP site, but does not show contents of directories. to Connects to FTP site, but does not show contents of directories.
comment:2 Changed on Oct 22, 2010 at 9:59:43 AM by dkocher
Refer to Listing directories fails or shows no content in the wiki for a workaround.
comment:3 Changed on Nov 18, 2010 at 5:34:53 PM by dkocher
- Milestone set to 4.0
- Resolution set to fixed
- Status changed from new to closed
In r7422.
Note: See
TracTickets for help on using
tickets.
Incompatibilty with STAT. There should be a timeout after 30 seconds (or your setting in the Connection preferences) and then fallback to other file listing methods.