We’re using WinSSHD as an SFTP server, and I’d like a way for the users of my ASP.NET C# web app to create a new virtual account on the server. (Each user of the web app has multiple partners who will need individual FTP accounts, so it’s not convenient for me to just manually create them every time.) Each of these virtual accounts needs to have a mount point so that its route path points to a different physical path.
Presently I only know how to do this sort of thing in the WinSSHD Control Panel. Is there some sort of API for this?
I’ve figured it out. I ended up doing something like this: