Kevin Cella - 2020-11-25

Due to recent internal company standards, our project's implementation of the SFTP server had to change from Tectia to OpenSSh for Windows. Tectia had a feature where one could configure a virtual folder where it could create a drive label that pointed to a UNC Windows path.

Under OpenSSH, I am not clear how to perform the same function. The goal is to securely transfer files from a workstation to a share on a NAS device. The application is Java based using jsch to connect. Using cd and a UNC path on the remote server does not work. Any ideas on how to accomplish this under OpenSSH?

Thanks.