[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2009-01-27 Thread Colin Watson
All you guys are reporting a completely different bug. The original report was specifically about the output under -v, not about the need to escape filenames inconveniently for scp. While scp's behaviour is inconvenient, it is rather unlikely to change since scp's interface is necessarily frozen f

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-06-10 Thread eldragon
Matt, as was stated 2 posts above, its the correct behavior to have to double quote or add 3 backslashes. -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 You received this bug notification because you are a member of Ubuntu Server Team, wh

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-06-09 Thread Matt LaPaglia
I'm still experiencing this bug. -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing l

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-19 Thread Björn Torkelsson
If you run scp with the '-v' (verbose) you can see what command is actually run. It should be in the first line of output. Without using any \ or " (or ') the filename are treated by the local shell as 3 arguments to scp instead of one; the filename. In the first case the \ are expanded by the lo

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-16 Thread eldragon
could you care explain why is it this way? -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-16 Thread Björn Torkelsson
or use quotes and single \ around the filename, i.e: scp testmachine:"File\ with\ spaces" ./ -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 You received this bug notification because you are a member of Ubuntu Server Team, which is subsc

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-16 Thread Björn Torkelsson
Use tripple \ for escaping the space. I.e scp testmachine:File\\\ with\\\ spaces ./ -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-15 Thread psl
Ubuntu 8.04, i386. I can confirm that I can repeat the issue as demonstrated by eldragon. Problem is not fixed. I cannot copy (scp) file with space in filename from one machine to other. -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 Yo

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-15 Thread eldragon
ok, this is not fixed at all, this is what i get when trying to scp a file with an escaped character [code] [EMAIL PROTECTED]:~$ touch test\ file [EMAIL PROTECTED]:~$ logout Connection to emmet closed. [EMAIL PROTECTED]:~$ scp [EMAIL PROTECTED]:test\ file ./ scp: test: No such file or directory s

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-15 Thread eldragon
ok, this is not fixed at all, this is what i get when trying to scp a file with an escaped character [code] [EMAIL PROTECTED]:~$ touch test\ file [EMAIL PROTECTED]:~$ logout Connection to emmet closed. [EMAIL PROTECTED]:~$ scp [EMAIL PROTECTED]:test\ file ./ scp: test: No such file or directory s

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:4.7p1-8ubuntu1 --- openssh (1:4.7p1-8ubuntu1) hardy; urgency=low * Resynchronise with Debian. Remaining changes: - Add support for registering ConsoleKit sessions on login. openssh (1:4.7p1-8) unstable; urgency=high * Fill in CVE

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-04-04 Thread Colin Watson
Hmm, strnvis isn't quite right. I guess this unreliable quoting (consider what happens if the filename contains a single quote!) is OK for something that is just for human consumption, though I'd still like something that actually corresponds to real shell quoting in future. I'll apply a variant of

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-04-01 Thread Colin Watson
Should use strnvis instead, I suspect. -- scp doesn't report correct filenames with spaces in verbose mode https://bugs.launchpad.net/bugs/89945 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mai