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: > [EMAIL PROTECTED] ~/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: > [EMAIL PROTECTED]:~ > $ ll | grep var > <returns nothing> > > 3) recursively scp var from remote cygwin server to local linux client: > [EMAIL PROTECTED]:~ > $ scp -r cygwinhost:var . > [EMAIL PROTECTED]'s password: > > 4) looks like it made it: > [EMAIL PROTECTED]:~ > $ ll | grep var > dr-xr-x--- 2 pwohlers pwohlers 4096 Feb 10 01:58 var > > 5) But where are the files?: > [EMAIL PROTECTED]:~ > $ 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/