NppFTP icon indicating copy to clipboard operation
NppFTP copied to clipboard

Bug:Symbolic link is made to a file

Open hpkaiq opened this issue 7 years ago • 2 comments
trafficstars

if the symbolic link is made to a file, you can not read the file. NppFTP always shows symlinks as directories.

hpkaiq avatar Jul 03 '18 05:07 hpkaiq

Any chance for some progress on this issue? Is it most confusing and highly annoying. NPPFTP

Steps to reproduce:

 $ mkdir nppftp
[/tmp]
 $ cd nppftp
[/tmp/nppftp]
 $  mkdir foo
[/tmp/nppftp]
 $  touch foo/bar
[/tmp/nppftp]
 $  ln -s foo/bar
[/tmp/nppftp]
 $ ls -lgo foo bar
lrwxrwxrwx 1  7 Jan 13 01:57 bar -> foo/bar

foo:
total 0
-rw-r--r-- 1 0 Jan 13 01:57 bar

Also reported as NppFTP: Displaying symlink to the file.

Is reported properly via WINSCP: WINSCP

ianwilliams1 avatar Jan 13 '22 01:01 ianwilliams1