Comment 7 for bug 89945

Revision history for this message
Tomas M. (el-dragon) wrote :

ok, this is not fixed at all, this is what i get when trying to scp a file with an escaped character
[code]
tomas@emmet:~$ touch test\ file
tomas@emmet:~$ logout
Connection to emmet closed.
tomas@lappy:~$ scp tomas@emmet:test\ file ./
scp: test: No such file or directory
scp: file: No such file or directory
tomas@lappy:~$ ssh -V
OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007
[/code]

is this the same bug im experiencing?