Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nzbget(1) [debian man page]

NZBGET(1)							   User Commands							 NZBGET(1)

NAME
nzbget - binary news file grabber DESCRIPTION
Usage: nzbget [switches] Switches: -h, --help Print this help-message -v, --version Print version and exit -c, --configfile <file> Filename of configuration-file -n, --noconfigfile Prevent loading of configuration-file (required options must be passed with --option) -p, --printconfig Print configuration and exit -o, --option <name=value> Set or override option in configuration-file -s, --server Start nzbget as a server in console-mode -D, --daemon Start nzbget as a server in daemon-mode -V, --serverversion Print server's version and exit -Q, --quit Shutdown server -A, --append <nzb-file> Send file to server's download queue -C, --connect Attach client to server -L, --list [F|G|O|S|H] Request list of downloads from server F list individual files and server status (default) G list groups (nzb-files) and server status O list post-processor-queue H list history S print only server status -P, --pause [D|D2|O|S] Pause server: D pause download queue (default) D2 pause download queue via second pause-register O pause post-processor queue S pause scan of incoming nzb-directory -U, --unpause [D|D2|O|S] Unpause server: D unpause download queue (default) D2 unpause download queue via second pause-register O unpause post-processor queue S unpause scan of incoming nzb-directory -R, --rate <speed> Set download rate on server, in KB/s -T, --top Add file to the top (beginning) of queue (for using with switch --append) -K, --category <name> Assign category to nzb-file (for using with switch --append) -G, --log <lines> Request last <lines> lines from server's screen-log -W, --write <D|I|W|E|G> "Text" Send text to server's log -S, --scan Scan incoming nzb-directory on server -E, --edit [G|O|H] <action> <IDs> Edit items on server G Affect all files in the group (same nzb-file) O Edit post-processor-queue H Edit history <action> is one of: <+offset|-offset> Move file(s)/group(s)/post-job in queue relative to current position, offset is an integer value T Move file(s)/group(s)/post-job to top of queue B Move file(s)/group(s)/post-job to bottom of queue P Pause file(s)/group(s)/ Postprocess history-item(s) again U Resume (unpause) file(s)/group(s) A Pause all pars (for groups) R Pause extra pars (for groups)/ Return history-item(s) back to download queue D Delete file(s)/group(s)/post-job(s)/history-item(s) K <name> Set category (for groups) N <name> Rename (for groups) M Merge (for groups) O <name>=<value> Set post-process parameter (for groups) I <priority> Set priority (signed integer) for file(s)/group(s) <IDs> Comma-separated list of file-ids or ranges of file-ids, e. g.: 1-5,3,10-22 nzbget version: 0.7.0 May 2011 NZBGET(1)

Check Out this Related Man Page

NWPJMV(1)							      nwpjmv								 NWPJMV(1)

NAME
nwpjvm - Move print job to Unix queue SYNOPSIS
nwpjmv [ -S server ] [ -h ] [ -U user name ] [ -P password | -n ] [ -C ] [ -q queue name ] [ -c command ] [ -j job number ] [ -d ] DESCRIPTION
nwpjmv is a program that connects to print queues on NetWare servers and moves a designated print job to a Unix queue. OPTIONS
-h -h is used to print out a short help text. -S server server is the name of the server you want to use. -U user user is the print server name at the server. -P password password is the password to use for the print server at the server. If neither -n nor -P are given, and the user has no open connection to the server, pserver prompts for a password. -n -n should be given if the print server does not require a password. -C By default, passwords are converted to uppercase before they are sent to the server, because most servers require this. You can turn off this conversion by -C. -q queue name queue name is the name of the print queue you want to service. -c command nwpjmv removes the designated job from the Novell queue and feeds the job file to stdin. command is the printing command that is exe- cuted for each job. The default command is 'lpr'. You can insert several flags into the command, preceded by %. These are replaced with values retrieved from the queue structure for the print job. %u: This field will be replaced by the name of the user who posted this print job. %d: This field will be replaced by the job description field of this print job. -j job number This designates the ID number of the print job to be moved. -d causes extra error messages to be logged. SEE ALSO
nwclient(5), slist(1), pqlist(1), ncpmount(8), ncpumount(8), pserver(1) CREDITS
nwpjmv was written by Bruno Browning (bruno@lss.wisc.edu) based on pserver by Volker Lendecke (lendecke@math.uni-goettingen.de) nwpjmv 03/15/2003 NWPJMV(1)
Man Page