Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: Date: Fri, 25 Feb 2005 16:37:59 -0600 From: Dori Reply-To: Dori To: cygwin AT cygwin DOT com Subject: Re: Controlling permissions of scp files on Windows In-Reply-To: <421FA672.C33CCBF2@dessent.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <421FA672 DOT C33CCBF2 AT dessent DOT net> X-IsSubscribed: yes On Fri, 25 Feb 2005 14:28:02 -0800, Brian Dessent wrote: > Dori wrote: > > > I am having a tough time figuring out how to automatically change the > > permissions of files that are scp-ed over to a Windows 2003 Server > > machine that's running Cygwin sshd. The files come out with > > permissions of 644, and I need them to be 666. Is there a way to do > > this without having to run a chmod on the files afterwards (even 664 > > if I can figure out how to have "everyone" be the group). > > If they are 644 at the source machine then just use -p flag to scp, > which preserves times and modes. Yep, that works...a bit insecure at the source server which has more liberal access than the destination one though. thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/