Subject: Re: seetting umask with scp
To: Emmanuel Dreyfus <manu@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: tech-userlevel
Date: 10/18/2001 11:14:50
	If your source permissions are right you could use -p, otherwise
	I think you're right.
-- 
		David/absolute		-- www.netbsd.org: No hype required --


On Wed, 17 Oct 2001, Emmanuel Dreyfus wrote:

> Hi!
>
> I want the files being uploaded with scp to be mode 664, but they are
> always 644. Reading the source, it seems to me that it's impossible to
> set an umask when using scp. Someone can confirm?
>
>