Soft link in Linux, SFTP, no such file or directory

0

I have a linux server where I have SFTP server. All works fine but I have got problem with creating soft links for sftp user.

On the server side I created soft link like that:

 ln -s /data/user1 /sftpusers/user1/userdatafolder 
  • both of them is absolute path
  • on the linux all is working, I can open soft link folder, read files .etc
  • but when I want connect from another PC (windows via filezilla) I received error message "/user1/userdatafolder:open for read: no such file or directory"

SED85

Posted 2019-09-30T08:48:45.267

Reputation: 1

No answers