I have a Linux server and a windows client. A folder is shared between these machines with read and write access for both of them.
I want to access a production database from my development machine, normally I do that using ssh port forwarding but in the environment which I'm facing, ssh port forwarding is not available but file sharing is.
Is there any way to forward a port from Linux server to my windows machine like ssh port forwarding but using file sharing? (I think it's theoretically possible but wondering is there any tool for that)