Show the logical folder structure(Not Physical Folder) by implementing of sftp server using apache mina (java)
I have used VirtualFileSystemFactory(Paths.get(“/hello”)) to show the logical folder “hello”. But, this folder is really not existed in my filesystem. Due to this, getting exception as not a valid directory. I have to show the “/hello” as a logical directory from in-memory. I am using windows machine to test this.