rustdesk icon indicating copy to clipboard operation
rustdesk copied to clipboard

File Manager. Linux. Symlink is not followed, shows empty list (link to network NAS device)

Open grummbeer opened this issue 1 year ago • 5 comments

Bug Description

On Linux System (Local) the file manager shows an empty list on click a symlink.

Navigate to the directory works as expected.

How to Reproduce

Create a symlink, open file manager click the new symlink entry. A empty list is shown.

Expected Behavior

listing of files in the symlink goal.

Operating system(s) on local side and remote side

Linux > Android

RustDesk Version(s) on local side and remote side

source

Screenshots

home symlink symlink goal
file-transfer-symlink-empty file-transfer-symlink-list

Additional Context

No response

grummbeer avatar Mar 03 '23 20:03 grummbeer

@Heap-Hop

rustdesk avatar Mar 04 '23 04:03 rustdesk

and another bug.

https://github.com/rustdesk/rustdesk/pull/3498#issuecomment-1454169188

rustdesk avatar Mar 04 '23 04:03 rustdesk

Wierd, both @Heap-Hop and @fufesou can not reproduce this.

rustdesk avatar Mar 06 '23 01:03 rustdesk

Ah! The goal is on a network NAS device. Links to the local fs work.

grummbeer avatar Mar 06 '23 08:03 grummbeer

https://github.com/rustdesk/rustdesk/issues/3402 i guess similar.

rustdesk avatar Mar 06 '23 08:03 rustdesk

Today, i can confirm a fresh created symlink (to a NAS-drive) is working. Same env like during the initial bug report. This is for Linux, will check the same for Windows. And will try also for the here linked issues.

grummbeer avatar Oct 10 '23 09:10 grummbeer

Linux

ln -s /nas-drive/dir link-to-nas-drive-dir
  • Windows > Linux - Pass
  • Linux > Linux - Pass

Windows

mklink /d link-to-netdrive-dir z:\test-files 
mklink /d link-to-local-dir c:\test-files
mklink /j junction-to-local-dir c:\test-files
  • Linux > windows - Pass
  • Windows > Windows - Pass

Only this strange *.lnk thing doesn`t work, but … who cares :-)

I can't reproduce this bug for linux anymore and can confirm links are followed when connecting to windows. @rustdesk I think this issue can be closed. Waiting a while for a response from the other two issues?

grummbeer avatar Oct 10 '23 13:10 grummbeer

@grummbeer Thanks

rustdesk avatar Oct 10 '23 13:10 rustdesk