|
From: Miklos S. <mi...@sz...> - 2006-04-07 17:18:00
|
> > It should not be too hard to implement. But note, that any > > outstanding requests and/or open files are lost on reconnection. > > Unfortunately I need it to be reliable. Would there be a way to > synchronize reconnection points like this: > > $ cp file1 /remote/path/ > $ syncsshfs /remote/path <reconnection can only happen here if given > conditions are true> > $ cp file2 /remote/path/ When cp exits, that's already a synchronization point as long as nothing else is accessing the filesystem. Miklos |