You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2013/12/03 22:08:35 UTC

[jira] [Resolved] (SSHD-257) UnsupportedOperationException from ScpClient.upload on Windows 7

     [ https://issues.apache.org/jira/browse/SSHD-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SSHD-257.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10.0
         Assignee: Guillaume Nodet

> 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
>            Assignee: Guillaume Nodet
>             Fix For: 0.10.0
>
>
> 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)

Re: [jira] [Resolved] (SSHD-257) UnsupportedOperationException from ScpClient.upload on Windows 7

Posted by Anil Kumar Muraleedharan <an...@in.ibm.com>.
When I am using the WinSCP Client to do the same to sshd server which runs
on Windows 7 machine, with Java 7, the same issue appears. The issues should
be fixed at server side as well
The exception here is 

java.lang.UnsupportedOperationException
        at org.apache.sshd.common.file.nativefs.NativeSshFile.setAttributes(Nati
veSshFile.java:630)
        at org.apache.sshd.server.sftp.SftpSubsystem.process(SftpSubsystem.java:
427)
        at org.apache.sshd.server.sftp.SftpSubsystem.run(SftpSubsystem.java:334)