Qnap [GoPostStuff ] [ 0.3.0 ] Simple client for posting binaries to Usenet [ CLI ]

QoolBox

Représentant QNAP
2 Janvier 2014
10 559
163
153
50
France
www.qnap.com
Source : https://github.com/madcowfred/GoPostStuff

Downoad : https://qnapclub.eu/index.php?act=detail&qpkg_id=460

x64 Version : www.qoolbox.fr/GoPostStuff_0.3.0_x86_64.qpkg.zip
x41 Version : www.qoolbox.fr/GoPostStuff_0.3.0_arm-x41.qpkg.zip

Note :

gopoststuff added to $PATH

Usage :

Code:
gopoststuff [-c "CONFIG"] [-d] [-g "GROUP"] [-s "SUBJECT"] [-v] file1 file2 ... fileN

-c "CONFIG": Use an alternate configuration file.
-d: Use directory posting mode. Each fileN argument must be a directory. All files in each directory will be posted using the directory name as the subject.
-g "GROUP": Post to GROUP instead of the global/DefaultGroup config option.
-s "SUBJECT": Use subject posting mode. All files will be posted using SUBJECT as the subject. Directories supplied as arguments are always recursed into.
-v: Verbose mode. This will spam a lot of extra debug information.

Code:
Usage of ./gopoststuff
  -allcpus
        Use all CPUs for stuff [ALPHA]
  -c string
        Use alternative config file
  -cpuprofile string
        Write CPU profiling information to FILE
  -d    Use directory names as subjects
  -g string
        Newsgroup(s) to post to - separate multiple with a comma ","
  -s string
        Subject to use
  -v    Show verbose debug information
  -version
        Show version information


Example

Let's say you have some files that you would like to post:

Cool Files/
cool.rar
cool.r00
cool.r01
cool.sfv
You can post it with the subject "Cool Files" like so:

gopoststuff -d "Cool Files"

or with a different subject like so:

gopoststuff -s "This is a different subject" "Cool Files"