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

no display of directory content (could be Symbolic Link issue) #2625

Closed
cyberduck opened this issue Oct 2, 2008 · 1 comment
Closed

no display of directory content (could be Symbolic Link issue) #2625

cyberduck opened this issue Oct 2, 2008 · 1 comment
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation high priority
Milestone

Comments

@cyberduck
Copy link
Collaborator

useridhere created the issue

Nice product, but something changed between version 2.8 and 3.0. The newest version does not show the content of the directory that I logged in and instead lists a file that is described as "Symbolic Link (file)". The earlier version, which I now resorted to, lists the directory content just fine. I'm a new user to Cyberduck and only got the earlier version as an attempt to find the cause of unexpected behavior since my Windows FTP worked just fine. Note I changed the user name to "useridhere" below. Thanks for looking into this.

output from 3.0:

===
220 freke.odin.pdx.edu FTP server (Version wu-2.6.2(1) Wed Sep 5 08:25:56 PDT 2007) ready.
USER useridhere
331 Password required for useridhere.
PASS **********
230 User useridhere logged in.
NOOP
200 NOOP command successful.
SYST
215 UNIX Type: L8
STAT /home/useridhere
213-status of /home/useridhere:
lrwxrwxrwx   1 root     root          42 Oct  1 17:01 /home/useridhere -> /n/vorlon.oit.pdx.edu/disk/rohan/u/useridhere
213 End of Status
CWD /home/useridhere/home/useridhere
550 /home/useridhere/home/useridhere: No such file or directory.

output from 2.8:
===
220 freke.odin.pdx.edu FTP server (Version wu-2.6.2(1) Wed Sep 5 08:25:56 PDT 2007) ready.
USER useridhere
331 Password required for useridhere.
PASS **********
230 User useridhere logged in.
SYST
215 UNIX Type: L8
PWD
257 "/home/useridhere" is current directory.
NOOP
200 NOOP command successful.
FEAT
500 'FEAT': command not understood.
PASV
227 Entering Passive Mode (131,252,120,43,182,82)
LIST -a
150 Opening ASCII mode data connection for /bin/ls.
total 1158
drwxrwsr-x   4 useridhere  useridhere     1024 Sep 30 16:58 .
drwxr-xr-x 30018 root     root      585728 Sep 27 08:32 ..
-rw-r--r--   1 useridhere  useridhere      537 Jul  8  1999 .bash_profile
-rw-r--r--   1 useridhere  useridhere      500 Jul  2  1999 .bashrc
-rw-r--r--   1 useridhere  useridhere      460 Jul  2  1999 .cshrc
-rw-r--r--   1 useridhere  useridhere      420 Jul  2  1999 .login
-rw-r--r--   1 useridhere  useridhere      736 Jul  2  1999 .profile
lrwxrwxrwx   1 root     useridhere       22 Nov 17  2006 asce_web -> /home/asce/public_html
drwx------   2 useridhere  useridhere       96 Mar 16  1999 mail
drwxrwsr-x   5 useridhere  useridhere     1024 Jun 13  2007 public_html
lrwxrwxrwx   1 root     useridhere       25 Apr 25  2005 starweb_web -> /home/starweb/public_html
226 Transfer complete.
CWD /home/useridhere/asce_web
250 CWD command successful.
CWD /home/useridhere/starweb_web
250 CWD command successful.
CWD /home/useridhere
250 CWD command successful.



@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #2434. Please try the latest nightly build from (http://update.cyberduck.ch/nightly).

@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 duplicate ftp FTP Protocol Implementation high priority
Projects
None yet
Development

No branches or pull requests

2 participants