Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4CE7C4C6 for ; Fri, 13 Jul 2012 13:31:35 +0000 (UTC) Received: (qmail 47973 invoked by uid 500); 13 Jul 2012 13:31:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 47871 invoked by uid 500); 13 Jul 2012 13:31:35 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 47648 invoked by uid 99); 13 Jul 2012 13:31:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 13:31:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D2F69141BF8 for ; Fri, 13 Jul 2012 13:31:34 +0000 (UTC) Date: Fri, 13 Jul 2012 13:31:34 +0000 (UTC) From: "Gary D. Gregory (JIRA)" To: issues@commons.apache.org Message-ID: <2088685118.48060.1342186294868.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1865978150.18384.1331806299827.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (VFS-405) Get/set the file permissions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/VFS-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13413723#comment-13413723 ] Gary D. Gregory commented on VFS-405: ------------------------------------- Thanks for the new patch Benjamin. I currently see: {noformat} Running org.apache.commons.vfs2.provider.local.test.LocalProviderTestCase true Tests run: 79, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.435 sec <<< FAILURE! ... Failed tests: testReadable(org.apache.commons.vfs2.test.PermissionsTests) {noformat} I'll have to take a look later unless you can dig in now... > 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, permissions-0006.patch, permissions-0007.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