| Summary: | dcc send command problem with some path | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Thomas Schildknecht <danakil.kde> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Schildknecht
2006-01-06 23:14:46 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. 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. |