I have a NodeJS backend, in some function I need to read a remote file on an external sftp server, but I need to access through a FortiClient VPN, there's no way to access that sftp without VPN.
Is there a way to connect to sftp with that VPN client?
I've read about clients for OpenVPN like https://www.npmjs.com/package/node-vpn-client but I need it for FortiClient