EnteringMultipleValues

From MLDonkey
Jump to: navigation, search

Contents

Overview

Certain options (non-scalar options) or commands can take more than one value at once, for example allowed_ips or pause. For options, there are actually three different ways of changing them.

Telnet UI / Command Line

This method works in the telnet UI and in the command lines of MLdonkey GUI and Web GUI.

Write the values one after another with spaces. if it's an option, enclose all values with double quotes.

_Examples:_

~> set allowed_ips \"127.0.0.1 193.108.89.6\"

but

~> pause 1 2 3

Changing Options in Web GUI / MLdonkey GUI

Just write the values one after another, separated with spaces.

Changing Options in downloads.ini File

MLdonkey must not run if you choose this method to change an option, because it will overwrite your changes. multiple values are written in double quotes, and separated with a semicolon. Line breaks are ignored.

Example:

[[allowed_ips]] = ~[ \"127.0.0.1\";
  \"193.108.89.6\" ]



LanguagesEnglish

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox