Skip to content

fix: Improve the listing of files and directories in SSHFS

Imane Messak requested to merge filter_by_permission into dev

Enhance the `get_data_objects` method in the SSHFSConnector class to ensure that all readable files, directories, and symbolic links are properly listed. It also includes better handling of symbolic links by skipping unreadable files.

Edited by Imane Messak

Merge request reports