X-Spam-Check-By: sourceware.org Date: Fri, 10 Feb 2006 12:34:16 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: sshd problem: recursive scp seems to fail acting as server OpenSSH_4.3p1, OpenSSL 0.9.8a Message-ID: <20060210113416.GD31267@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <43EC69F4 DOT 7090507 AT whack DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43EC69F4.7090507@whack.org> User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Feb 10 02:24, Peter Wohlers wrote: > I'm seeing an odd behavior with the latest openssh package. > > When I scp -r files from a cygwin host running sshd, the directory will copy > over, but none of the files within. > > The cygwin ssh client doesn't seem to have that problem that I've seen. > > Here's the illustration with some verbosity: > > 1) cygwin server with files bar and foo in var: > pwohlers AT cygwinhost ~/var > $ ll > total 8 > -rw-r--r-- 1 Domain Users 1221 Feb 10 01:57 bar > -rw-r--r-- 1 Domain Users 1221 Feb 10 01:57 foo > > 2)Nothing on linuxhost: > pwohlers AT linuxhost:~ > $ ll | grep var > > > 3) recursively scp var from remote cygwin server to local linux client: > pwohlers AT linuxhost:~ > $ scp -r cygwinhost:var . > pwohlers AT cygwinhost's password: > > 4) looks like it made it: > pwohlers AT linuxhost:~ > $ ll | grep var > dr-xr-x--- 2 pwohlers pwohlers 4096 Feb 10 01:58 var > > 5) But where are the files?: > pwohlers AT linuxhost:~ > $ ll var > total 12 > dr-xr-x--- 2 pwohlers pwohlers 4096 Feb 10 01:58 . > drwxr-xr-x 55 pwohlers pwohlers 8192 Feb 10 01:58 .. http://cygwin.com/acronyms/#WJFFM There's nothing we can take from the verbose scp output except that it doesn't copy the files. No idea what could be wrong, sorry. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/