1eiskaltdcpp-cli-xmlrpc(1) General Commands Manual eiskaltdcpp-cli-xmlrpc(1)
2
3
4
6 EiskaltDC++_CLI - simple command line interface for EiskaltDC++ Daemon
7 written on perl
8
10 eiskaltdcpp-cli-xmlrpc
11 eiskaltdcpp-cli-xmlrpc <Key>
12
14 EiskaltDC++ is a cross-platform program that uses the Direct Connect
15 and ADC protocols. It is compatible with DC++, FlylinkDC++, LinuxDC++
16 and other DC clients. EiskaltDC++ also interoperates with all common DC
17 hub software.
18
19 To use this program you need first install few perl modules:
20 Getopt::Long
21 Data::Dump
22 Term::ShellUI
23 RPC::XML
24
26 A summary of options is included below.
27
28 -h, --help
29 Display help and exit
30
31 -V, --version
32 Show version information and exit
33
35 ~/.config/eiskaltdc++/ or $XDG_CONFIG_HOME/eiskaltdc++/
36 Directory with user configuration files and logs
37
38 /usr/local/share/eiskaltdcpp/cli/ or /usr/share/eiskaltdcpp/cli/
39 Directory with default configuration file
40
42 Actual README file you can always find here:
43 https://raw.github.com/eiskaltdcpp/eiskaltdcpp/master/eiskaltdcpp-
44 cli/README
45
47 This program was written by Dmitry Kolosov <onyx@z-up.ru> and others
48 (see file AUTHORS).
49 EiskaltDC++ homepage: https://github.com/eiskaltdcpp/eiskaltdcpp/
50
52 If you find a bug in EiskaltDC++ please report it here:
53 https://github.com/eiskaltdcpp/eiskaltdcpp/issues
54
55 This manual page was written by Boris Pek <tehnick-8@yandex.ru> for the
56 Debian project (and may be used by others).
57
58
59
60 19 Feb 2012 eiskaltdcpp-cli-xmlrpc(1)