You ought to use 1.0 instead - you'll find it in maven central. It uses the standard filesystem provider interface: https://github.com/apache/mina-sshd/tree/master/sshd-core/src/main/java/org/apache/sshd/common/file
2015-11-05 12:17 GMT+01:00 Massimiliano Ziccardi < [email protected]>: > I'm using sshd-sftp 0.11.0 and sshd-core-0.11.0 since those are the > versions I found on the maven repository > > 2015-11-05 11:12 GMT+00:00 Stefan Magnus Landrø <[email protected]>: > > > You'ree using sshd 1.0, right? > > > > 2015-11-05 11:49 GMT+01:00 Massimiliano Ziccardi < > > [email protected]>: > > > > > Hello everybody! > > > > > > For a project we are developing I'm using your SFTP server > implementation > > > and I needed to implement a custom FileSystemFactory. > > > > > > I ended in developing : > > > * MyCustomSshFile > > > * MyCustomFileSystemFactory > > > * MyCustomFileSystemView > > > > > > Everything seems to work great but the directory removal! > > > > > > In the SshFile interface I have the 'mkdir' but I don't have the > 'rmdir'. > > > > > > Where should I implement the rmdir command ?? > > > > > > Thanks in advance, > > > Massimiliano > > > > > > > > > > > -- > > BEKK Open > > http://open.bekk.no > > > > TesTcl - a unit test framework for iRules > > http://testcl.com > > > -- BEKK Open http://open.bekk.no TesTcl - a unit test framework for iRules http://testcl.com
