[
https://issues.apache.org/jira/browse/VFS-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412944#comment-13412944
]
Gary D. Gregory commented on VFS-405:
-------------------------------------
I just see failures on the command line as reported by Maven.
For some reason, I cannot run most of the tests from Eclipse, it might be
because VFS uses an elaborate JUnit 3-based custom test framework.
It might be that files are executable by default on Windows and not on the Mac
are vice-versa, or the same kind of issue with readable/writable.
The SFTP tests use an embedded Apache SSHD server:
Apache SSHD is a 100% pure java library to support the SSH protocols on both
the client and server side.
This library is based on Apache MINA, a scalable and high performance
asynchronous IO library.
I just updated this library to the latest version and the problem is the same.
What happens when you run "mvn clean test"?
> Get/set the file permissions
> ----------------------------
>
> Key: VFS-405
> URL: https://issues.apache.org/jira/browse/VFS-405
> Project: Commons VFS
> Issue Type: Improvement
> Reporter: Damian Waszak
> Attachments: permissions-0001.patch, permissions-0002.patch,
> permissions-0003.patch, permissions-0004.patch, permissions-0005.patch
>
>
> Add possibility to change file permissions through VFS, similar to executing
> *chmod* command on a file.
> Simple use case scenario would be to move a file to SFTP server, and then
> retrieve and change the permissions, e.g. exececute chmod 0644.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira