I have installed Filezilla Server Pro Enterprise 1.6.7 on a Windows 2016 Server to be able to offer sftp connections.
Everything works fine but I am not able to set a virtual path for a user or group which is an UNC path (\\servername\share\directory).
I am using standard ports 21 and 22 and there is no firewall between the client and the server.
Filezilla server runs with local system account but is configured to use an admin user for filesystem access.
The <system user> is not enabled.
The Filezilla user's mount paths are set up this way:
/ E:\Data
/test D:\
/archtest \\10.200.1.66\Archiv
An additional path on group level is
/unctest \\10.200.1.66\archiv
The access to the root is ok, the access to the D:\ drive as virtual directory \test is ok, but the virtual directories \archtest and \unctest will not be read. The message always is
Couldn't open the file or directory (when connection via passive FTP)
or
No such file or directory.
Error code: 2
Error message from server (English): LSTAT error (when connection via SFTP)
I have tried any combination of user, path setting (name, ip, slash, backslash ...) etc. I could think of. No change in appearance, always the same results.
The access level of the unc share is already set to "everybody", the access is possible without problems in explorer and in any cmd.exe..
I really hope somebody will have seen this before and has a solution.