The scp program from openssh-1.2.2p1 behaves different from the scp program from ssh-1.2.27. In ssh-1.2.27 you can copy one or more file(s) to a remote users home directory using the command: scp filename(s) user at remotehost In openssh-1.2.2p1 this copies the file(s) to a file named "user at remotehost" in the current (local) directory. To copy the files to the wanted (remote) location you have to use this command: scp filename(s) user at remotehost: ^ Is this a bug or a feature? -- Niels Kristian Bech Jensen -- nkbj at image.dk -- http://www.image.dk/~nkbj/ ----------->> Stop software piracy --- use free software! <<-----------
Apparently Analagous Threads
- [PATCH] A couple of small fixes for 1.2pre14.
- [PATCH] Fixing a couple of small problems in Makefile.in (1.2pre17).
- [PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
- ANNOUNCE: openssh-1.2pre15
- [PATCH] Adding BSD compatible install script to 1.2pre14.