--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
According to http://ant.apache.org/manual/OptionalTasks/scp.html, "File
permissions are not retained when files are copied; they end up with the
default UMASK permissions instead". That would suite me just fine: I'm
copying files from a Windows machine to a Linux machine, where I have
`umask 0007` in my .bashrc. However, the files always end up with
-rw-r----- instead of -rw-rw----, as I would expect, and if I set umask
0000 I get -rw-r--r-- (so it does appear to be picked up). Any ideas?
- SCP Task & umask Eric Jain
- RE: SCP Task & umask Anderson, Rob (Global Trade)
- Re: SCP Task & umask Atsuhiko Yamanaka
- Re: SCP Task & umask Eric Jain
- Re: SCP Task & umask Steve Loughran
