Bug 119654 - dcc send command problem with some path
Summary: dcc send command problem with some path
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 23:14 UTC by Thomas Schildknecht
Modified: 2006-01-27 01:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.