| Summary: | Support for the /dccserver command | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Shinda Singh <shinda> |
| Component: | dcc | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | hein, konversation-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 1.0.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Shinda Singh
2008-01-27 17:49:49 UTC
It may be possible to run http://www.nih.at/dccserver/ inside a Konsole tab in Konversation. Actually, it is possible and quite simple. I use the perl version of dccserver found in http://outflux.net/software/pkgs/dccserver/ though. You can even write a small script so you don't need to write the same arguments every time: --- #!/bin/sh dccserver --user YourUser --nick YourIRCNick --path /DownloadPath/ --port $1 --- Save it in your path as dccserver.sh and run it on a konsole tab like: $dccserver.sh 6060 |