File: README

package info (click to toggle)
eiskaltdcpp 2.4.2-1.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,788 kB
  • sloc: cpp: 97,597; ansic: 5,004; perl: 1,897; xml: 1,440; sh: 1,313; php: 661; javascript: 257; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
eiskaltdcpp-cli is a console client for eiskaltdcpp-deamon written on perl

Daemon provides xml-rpc interface to controll themself, so console client uses it.

XML-RPC is a simple http-based protocol, consist of set of commands on server side, wich requested by client. The set of commands on sever side is unique to server.

Dependencies:
    perl >= 5.10
    RPC::XML perl module
    Term::ShellUI perl module

Usage:
After client starts, the command prompt appears. Command prompt has a search capability, history, completition (FS, commands).

To overview command list execute `help`, or `help command`, where command is a desired command from the list.

Also, there configuration file is, and it is a good idea to write down some configuration to it, such as command prompt, server address, and so.