ncdc 1.19

This commit is contained in:
Yorhel 2014-02-11 11:15:26 +01:00
parent 57e7bb546e
commit 06a9cdfd80
8 changed files with 63 additions and 16 deletions

View file

@ -458,6 +458,10 @@ This regex is not checked when adding individual files from either the file list
Maximum combined transfer rate of all downloads. The total download speed will be limited to this value. The suffixes `G', 'M', and 'K' can be used for GiB/s, MiB/s and KiB/s, respectively. Note that, similar to upload_rate, TCP overhead are not counted towards this limit, so the actual bandwidth usage might be a little higher.
=item B<download_segment> <size>
Minimum segment size to use when requesting file data from another user. Set to 0 to disable segmented downloading.
=item B<download_slots> <integer>
Maximum number of simultaneous downloads.
@ -649,6 +653,9 @@ C</help keys> command, and is reproduced below.
k/j Select one item up/down.
PgUp/PgDown Select one page of items up/down.
End/Home Select last/first item in the list.
/ Start incremental regex search (press Return to stop editing).
, Search next.
. Search previous.
Right/l Open selected directory.
Left/h Open parent directory.
t Toggle sorting directories before files.
@ -665,6 +672,9 @@ C</help keys> command, and is reproduced below.
k/j Select one item up/down.
PgUp/PgDown Select one page of items up/down.
End/Home Select last/first item in the list.
/ Start incremental regex search (press Return to stop editing).
, Search next.
. Search previous.
d Disconnect selected connection.
i/Return Toggle information box.
f Find user in user list.
@ -677,6 +687,9 @@ C</help keys> command, and is reproduced below.
k/j Select one item up/down.
PgUp/PgDown Select one page of items up/down.
End/Home Select last/first item in the list.
/ Start incremental regex search (press Return to stop editing).
, Search next.
. Search previous.
K/J Select one user up/down.
f Find user in user list.
c Find connection in the connection list.
@ -700,6 +713,9 @@ C</help keys> command, and is reproduced below.
k/j Select one item up/down.
PgUp/PgDown Select one page of items up/down.
End/Home Select last/first item in the list.
/ Start incremental regex search (press Return to stop editing).
, Search next.
. Search previous.
f Find user in user list.
b/B Browse the selected users' list, B to force a redownload.
d Add selected file to the download queue.
@ -720,6 +736,9 @@ C</help keys> command, and is reproduced below.
k/j Select one item up/down.
PgUp/PgDown Select one page of items up/down.
End/Home Select last/first item in the list.
/ Start incremental regex search (press Return to stop editing).
, Search next.
. Search previous.
o Toggle sorting OPs before others.
s/S Order by share size.
u/U Order by username.