Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

cracki

I'd like to ask for this too but I understand if it's a low priority.

This would be handy to me because I am tending to a heap of files that does have some hardlinks, and I'd use it to spot "duplicates" that are ok to delete. If the metadata happens to contain the inode number, that would be useful to have as well.
martin

Re: Link count missing from commander interface

It's not readily available in the SFTP protocol. But it's part of "file description" provided by many SFTP servers (including OpenSSH). WinSCP ignores this field currently. We will see, if more people ask for this.

But you can have WinSCP display the information by adding a custom command like ls -ld !& – You can even associate the command with a keyboard shortcut.
https://winscp.net/eng/docs/custom_command
trueheart

Link count missing from commander interface

I notice that WinSCP commander interface has column option for every part of ls -l output except for the 'number of links' (after permissions and before owner name)

Does the SFTP protocol not support retrieving this field? This information if important for me. It would be helpful even to know of another method of seeing this information without leaving WinSCP.

Thanks! -True