bugzilla-daemon at bugzilla.mindrot.org
2017-May-23  16:34 UTC
[Bug 2722] New: Symbolic links aren't listed properly by sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=2722
            Bug ID: 2722
           Summary: Symbolic links aren't listed properly by sftp
           Product: Portable OpenSSH
           Version: 7.5p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: sftp
          Assignee: unassigned-bugs at mindrot.org
          Reporter: mi+mindrot at aldan.algebra.com
Doing dir/ls/ls -l in a directory containing symbolic links, one can
see the FACT that they are symbolic links, but not their TARGETS:
sftp> ls -l
lrwxrwxrwx    1 foo bar  3 May 22 16:27 mealink
lrwxrwxrwx    1 foo bar  3 May 22 10:34 mealinktoo
Most inconvenient...
Looks like there was an attempt to address this in times of 3.4p1:
https://marc.info/?l=openssh-unix-dev&m=103651326517135&w=2
but nothing ever came of it. Why would such a basic feature be missing
for so long?
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2018-Dec-28  22:42 UTC
[Bug 2722] `ls -l` should show symbolic link targets
https://bugzilla.mindrot.org/show_bug.cgi?id=2722
Mike Frysinger <vapier at gentoo.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Symbolic links aren't       |`ls -l` should show
                   |listed properly by sftp     |symbolic link targets
                 CC|                            |vapier at gentoo.org
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
Possibly Parallel Threads
- [Bug 2718] New: SFTP idle timeout
 - [Bug 2949] New: "limits@openssh.com" extension to SFTP to query various transfer limits
 - [Bug 2314] New: ls -l a_symlink does not list the link permissions
 - [Bug 2369] New: `ssh-keygen -A` errors on RSA1 when building with SSH1 disabled
 - [Bug 2948] New: implement "copy-data" sftp extension