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