I am running SSHD.bat as it is on java 7.45 - 64 bit.
I try to use WinSCP to connect but it gives me the following error:
22201 [Thread-3] ERROR org.apache.sshd.server.sftp.SftpSubsystem -
Exception caught in SFTP subsystem
java.lang.UnsupportedOperationException: View 'unix' not available
at
sun.nio.fs.AbstractFileSystemProvider.readAttributes(AbstractFileSystemProvider.java:91)
at java.nio.file.Files.readAttributes(Files.java:1911)
at
org.apache.sshd.common.file.nativefs.NativeSshFileNio.getAttributes(NativeSshFileNio.java:58)
at
org.apache.sshd.server.sftp.SftpSubsystem.getLongName(SftpSubsystem.java:848)
at
org.apache.sshd.server.sftp.SftpSubsystem.sendPath(SftpSubsystem.java:809)
at
org.apache.sshd.server.sftp.SftpSubsystem.process(SftpSubsystem.java:712)
at
org.apache.sshd.server.sftp.SftpSubsystem.run(SftpSubsystem.java:334)
at java.lang.Thread.run(Thread.java:744)
I tried both NIO2 and MINA ios but none seems to be working.
Has anyone experienced such an issue?