You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/05/17 07:45:38 UTC

[Bug 43271] scp task should support setting permissions

https://bz.apache.org/bugzilla/show_bug.cgi?id=43271

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |1.9.5
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Stefan Bodewig <bo...@apache.org> ---
I've added fileMode and dirMode with git commit 2f0edba and tested it for scp -
I don't have access to a server speaking sftp.

Note the resulting permissions are still the intersection of the permossions
set and the remote UMASK (i.e. if the remote UMASK is 022 you won't be able to
create group- or world-writable files).  I don't know enough about JSch to know
whether there is a way around it.

-- 
You are receiving this mail because:
You are the assignee for the bug.