sshfs-win
sshfs-win copied to clipboard
support for GetFileInformationByHandle
It looks like SSHFS as it is used by WINFSP doesn't support file identifiers (FRN) when a remote apache/linux folder is accessed via SFTP (see discussion at https://github.com/winfsp/winfsp/discussions/425). GetFileInformationByHandle API returns 0 for both volume serial number and file identifier
It would be nice if such a functionality was added, even as a temporary unique identifier (for the duration of the connection) thanks