Hi - we are having to jack up for an SFTP service (send and receive) for a client protected by a public/private key pair for sign on, encryption etc..
CardSchema only has FTP not SFTP.
They would need to be able to send files to us any time, so that would presumably mean a service running on he server, but we also need to send files to them also using SFTP, and this would be from within Jade.
The recommendation from someone 10+ years back in these forums was Rebex. https://www.rebex.net/file-server/ has anyone used it or something similar?
This looks to do away with setting up a service on the server, and the "server" is instead initiated in code, so the client connects directly to the application. Not sure if that would be better than installing a seperate SFTP service/application seperate from the Jade app or not...
Does anyone have any recommendation for the best way to do this?
Thanks in advance
Stephen