logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eiskaltdcpp-daemon - simple daemon controllable via XMLRPC or JSONRPC

Author

       This program was written by EiskaltDC++ developers team (see file AUTHORS).
       EiskaltDC++ homepage: https://github.com/eiskaltdcpp/eiskaltdcpp/

Bug Reports

       If you find a bug in EiskaltDC++ please report it here: https://github.com/eiskaltdcpp/eiskaltdcpp/issues

       This  manual  page was written by Boris Pek <tehnick-8@yandex.ru> for the Debian project (and may be used
       by others).

                                                   05 Feb 2014                             eiskaltdcpp-daemon(1)

Command Line Options

       A summary of options is included below.

       -d,--daemon
              Run program as daemon

       -v,--verbose
              Verbose mode

       -D,--debug
              Debug mode

       -s,--syslog
              Use syslog in daemon mode

       -S<file>,--log=<file>
              Write daemon log to <file> (default: @config_dir@/Logs/daemon.log)

       -P<port>,--port=<port>
              Set port for XMLRPC or JSONRPC (default: 3121)

       -L<ip>,--ip=<ip>
              Set IP address for XMLRPC or JSONRPC (default: 127.0.0.1)

       -pfile,--pidfile=<file>
              Write daemon process ID to <file>

       -cdir,--confdir=<dir>
              Store config in <dir>

       -l<dir>,--localdir=<dir>
              Store local data (cache, temp files) in <dir> (defaults is equal confdir)

       -u<file>,--rpclog=<file>
              Write xmlrpc log to <file> (default: /tmp/eiskaltdcpp-daemon.xmlrpc.log)

       -U<uripath>,--uripath=<uripath>
              Set UriPath for xmlrpc abyss server to <uripath> (default: /eiskaltdcpp)

       -h,--help
              Display help and exit

       -V,--version
              Show version information and exit

Description

EiskaltDC++  is a cross-platform program that uses the Direct Connect and ADC protocols. It is compatible
       with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all  common  DC
       hub software.

Documentation

       Detail documentation about available XMLRPC and JSONRPC methods can be found in our wiki:
              https://github.com/eiskaltdcpp/eiskaltdcpp/wiki/XMLRPChttps://github.com/eiskaltdcpp/eiskaltdcpp/wiki/JSONRPC

Files

~/.config/eiskaltdc++/or$XDG_CONFIG_HOME/eiskaltdc++/
              Directory with user configuration files

Name

       eiskaltdcpp-daemon - simple daemon controllable via XMLRPC or JSONRPC

Synopsis

eiskaltdcpp-daemon -d
       eiskaltdcpp-daemon <Key>

See Also