[
https://issues.apache.org/jira/browse/SSHD-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835525#comment-13835525
]
Guillaume Nodet commented on SSHD-257:
--------------------------------------
I've added a simple additional check to verify and not use the nio2 file
attributes when running under Windows.
Let me know if it seems to work for you, I don't have any windows box available
to test it.
https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commitdiff;h=dc2eae49f24caff5f1b68770aa52f0cdc8961159
> UnsupportedOperationException from ScpClient.upload on Windows 7
> ----------------------------------------------------------------
>
> Key: SSHD-257
> URL: https://issues.apache.org/jira/browse/SSHD-257
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 0.9.0
> Environment: Windows 7 SP1 with Java 1.7.21
> Reporter: Jeff Horrigan
>
> NativeSshFileNio.getAttributes uses Files.readAttributes and references
> unix:size which apparently doesn't exist on windows making the scp client
> unusable on windows.
> Exception in thread "main" java.lang.UnsupportedOperationException: View
> 'unix' not available
> at
> sun.nio.fs.AbstractFileSystemProvider.readAttributes(AbstractFileSystemProvider.java:91)
> at java.nio.file.Files.readAttributes(Files.java:1902)
> at
> org.apache.sshd.common.file.nativefs.NativeSshFileNio.getAttributes(NativeSshFileNio.java:58)
> at org.apache.sshd.common.scp.ScpHelper.sendFile(ScpHelper.java:324)
> at org.apache.sshd.common.scp.ScpHelper.send(ScpHelper.java:305)
> at
> org.apache.sshd.client.scp.DefaultScpClient.upload(DefaultScpClient.java:156)
> at
> org.apache.sshd.client.scp.DefaultScpClient.upload(DefaultScpClient.java:115)
--
This message was sent by Atlassian JIRA
(v6.1#6144)