Bug#419848: Debian bug #419848 - how to copy files containing space?

2008-03-28 Thread Joshua N Pritikin
On Sat, Mar 22, 2008 at 06:53:07PM +0100, Yannick Palanque wrote: scp file\ with\ spaces [EMAIL PROTECTED]:/remote/dir\ with\ spaces Sure or rename the file. I suppose the desired fix is not possible for some reason. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#419848: Debian bug #419848 - how to copy files containing space?

2008-03-22 Thread Yannick Palanque
Hi, Use scp file\ with\ spaces [EMAIL PROTECTED]:/remote/dir\ with\ spaces -- Yannick Palanque -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#419848: how to copy files containing space?

2007-04-18 Thread Joshua Pritikin
Package: openssh-client Version: 1:4.3p2-5 Severity: normal scp is splitting on whitespace even when I quote the command line argument: ltsp1:/home/sachin/tmp# scp 'leghorn:/mnt/rdbackup/home/sachin/Daily report +April -07.ods' . scp: /mnt/rdbackup/home/sachin/Daily: No such file or directory

Bug#419848: how to copy files containing space?

2007-04-18 Thread Greg Norris
On Wed, Apr 18, 2007 at 10:20:08AM -0500, Greg Norris wrote: You probably just need to double up the quotes the name, so that the remote shell sees them. Something like: scp 'leghorn:/mnt/rdbackup/home/sachin/Daily report April -07.ods' . Actually, that should've been: scp