The SFTP backend now maps mode bits to Entry.perms (#143) but uses UnixPerms::from_mode, which leaves uid/gid as None. russh_sftp FileAttributes exposes uid/gid; carry them through RemoteEntry/RemoteMeta like the local backend does, for when a future 'show owner/group' column lands. No user-visible gap today (nothing renders owner/group). Noted by code-review on #143.
The SFTP backend now maps mode bits to
Entry.perms(#143) but usesUnixPerms::from_mode, which leavesuid/gidasNone.russh_sftpFileAttributesexposesuid/gid; carry them throughRemoteEntry/RemoteMetalike the local backend does, for when a future 'show owner/group' column lands. No user-visible gap today (nothing renders owner/group). Noted by code-review on #143.