[Bug 3465] New: sftp shows owner id and group id instead of name.
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Jul 30 01:42:50 AEST 2022
https://bugzilla.mindrot.org/show_bug.cgi?id=3465
Bug ID: 3465
Summary: sftp shows owner id and group id instead of name.
Product: Portable OpenSSH
Version: 8.1p1
Hardware: PPC
OS: AIX
Status: NEW
Severity: normal
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: mayank.fit2010 at gmail.com
Hi
While invoking sftp session, if I ran ls -l command, its shows
everything properly (file owner name and its group name), but when I
tried to display a specific file, say ls -l file1 , in such case, it
used to display file owner id and its group id, as shown below -
# sftp localhost
Connected to localhost.
sftp> cd home/mayank
sftp> ls -l
-rw-r--r-- 1 mayank staff 0 Jul 29 10:37 file1
-rw-r--r-- 1 mayank staff 0 Jul 29 10:37 file2
-rw-r--r-- 1 mayank staff 0 Jul 29 10:37 file3
sftp> ls -l file1
-rw-r--r-- ? 210 1 0 Jul 29 10:37 file1
sftp>
Just want to know if its as per design or its a bug.
Thanks
Mayank
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list