Bug 119654

Summary: dcc send command problem with some path
Product: [Applications] konversation Reporter: Thomas Schildknecht <danakil.kde>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Schildknecht 2006-01-06 23:14:46 UTC
Version:           0.18 #3016 (using KDE 3.5.0, Kubuntu Package 4:3.5.0-0ubuntu0breezy1 breezy)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.12-10-386

there is a problem when trying to use a path or a file name with space.
Konversation says that the path/file don't exist.

ex: /dcc send Nick /home/myhome/Files/my file.txt

I've tried enclosing the path with " or ' but it don't work ; i don't know if this is a bug or not (it works in mirc)
Comment 1 illogic-al 2006-01-09 17:24:43 UTC
In the case described it isn't a bug as you need to escape spaces in *nix based OSes. Placing in quotes should have worked though and trying it myself just now this doesn't work when escaped with "\ " or placed between quotes.
Comment 2 Peter Simonsson 2006-01-27 01:15:21 UTC
Ok fixed in trunk, you can now send file with spaces in they're names by escaping them either with %20 or with "\ ". will be release with 0.19.