I've had the same problem. Actually, I still have it, and yes my home is set correctly, blah, blah, blah. As a work around you can transfer files using a command like the following: dd if=/local/dir/file | ssh -C user@remotehost dd of=/remote/dir/file Works like a champ. In fact, this way you can do all sorts of things like tar, ufsdump, etc. to other ssh hosts. I use the above syntax for file system backups to remote hosts. Andy University of Missouri > -----Original Message----- > From: John Hines [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 26, 2000 12:28 AM > To: [EMAIL PROTECTED] > Subject: SCP > > > I'm having a problem when I try to scp to a Windows NT box running > cygwin1.1.4, and SSH Version OpenSSH_2.2.0p1, protocol > versions 1.5/2.0. I > can scp from the box, but not to the box. When I try to scp > the file "test" > to the box I get this error: //test: No such file or directory . I'm > wondering if the double forward slashes could be the cause of > the problem. > Any help would be appreciated. > > Regards, > > > John Hines > ______________________________________________________________ > ___________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. -- Want to unsubscribe from this list? Send a message to [EMAIL PROTECTED]