yakugama commented on issue #742:
URL: https://github.com/apache/mina-sshd/issues/742#issuecomment-3646430065

   Same behaviour on Windows:
   ```
   java.lang.UnsupportedOperationException: 'size' not supported as initial 
attribute
       at 
sun.nio.fs.WindowsSecurityDescriptor.fromAttribute(WindowsSecurityDescriptor.java:...)
       at 
sun.nio.fs.WindowsFileSystemProvider.newFileChannel(WindowsFileSystemProvider.java:...)
       at 
org.apache.sshd.common.file.root.RootedFileSystemProvider.newFileChannel(RootedFileSystemProvider.java:...)
       at java.nio.channels.FileChannel.open(FileChannel.java:292)
       at 
org.apache.sshd.sftp.server.SftpFileSystemAccessor.openFile(SftpFileSystemAccessor.java:...)
       at org.apache.sshd.sftp.server.FileHandle.<init>(FileHandle.java:89)
       at 
org.apache.sshd.sftp.server.SftpSubsystem.doOpen(SftpSubsystem.java:967)
       at 
org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper.doOpen(AbstractSftpSubsystemHelper.java:...)
       at 
org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper.doProcess(AbstractSftpSubsystemHelper.java:...)
       at 
org.apache.sshd.sftp.server.SftpSubsystem.doProcess(SftpSubsystem.java:354)
       at 
org.apache.sshd.sftp.server.AbstractSftpSubsystemHelper.process(AbstractSftpSubsystemHelper.java:...)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to