I have the following situation:
My laserfiche server is running on Host A, within its own domain "Domain A" and I need to have a volume stored in Host B, but it is located in another domain "Domain B". (Both hosts running windows)
By request, the connection cannot be a simple SMB mounted drive.
So far, I have tried mapping a network drive through SSH with the help of SSHFS for windows. I was able to map the drive, but I ran into some troubles with user permissions.
I would like to know if anyone has tried this sort of configuration. Even better if anyone has succeeded.
The methodology (or protocols implemented) does not need to be the same one I have already tried, if there are some other approaches to this situation, I would also like to try them.