Right, SftpSubsystem is the right location to look at. I guess you could either rewrite it on top of a DB, or we'd have to provide an abstraction layer on top of the file system (which could only be a few key methods to easily override in a subclass).
On Mon, May 31, 2010 at 23:06, Chuck Johnstone <[email protected]> wrote: > To simplify our application we implemented a db backend to ftpserver and > hosted it in our webapp. Now we can use FTPS load/access files directly > from the db, a very nice feature. > > Now we want to do the same thing with SFTP. SSHD 0.4.0 has support for > SFTP. Is hosting files in the db a feasible feature in SSHD? > > If so what class should I look at to get started, StfpSubsystem? A quick > hint in the right direction would be appreciated, I can figure out the > details... > > Thanks > Chuck Johnstone > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
