Displaying 1 result from an estimated 1 matches for "kosheen".
Did you mean:
goshen
2003 Jun 03
1
[Bug 586] Syntax error on local to local copy (escaping required)
...h-bugs at mindrot.org
ReportedBy: lukeross at sys3175.co.uk
When trying to upload a file, I inadvertently missed off the trailing ':' to
make it remote copy, so scp attempted to local copy, using "exec cp". However
scp didn't reescape the filenames:
$ scp /home/mp3/Kosheen\ -\ Catch\ \(original\).mp3 lukeross at 1.2.3.4
sh: -c: line 1: syntax error near unexpected token `('
sh: -c: line 1: `exec cp /home/mp3/Kosheen - Catch (original).mp3 lukeross at 1.2.3.4'
$
------- You are receiving this mail because: -------
You are the assignee for the bug, or are wa...