I want to mount a remote directory using sshfs. sshfs working fine from terminal. But how to invoke it from within python script?
Is there something like a UnionFS for Windows? My usecase开发者_如何学C: read-only mount a remote filesystem via SSH and have something like UnionFS handle the writes.