mbruel / ngPost

Command Line (or minimalist GUI) usenet poster for binaries developped in C++/QT designed to be as fast as possible and offer all the main features to post data easily and safely. Releases for Linux, Windows and MacOS are available.
GNU General Public License v3.0
179 stars 34 forks source link

[HELP] Would GROUP_POLICY work without config? #179

Closed j0hnckuy closed 1 year ago

j0hnckuy commented 1 year ago

I'm using commandline and without reference to the .config file. Would -g still work for a folder with multiple files? Would articles get posted in different groups? In other words, would GROUP_POLICY work without a config file?

Command I am using:

-g "alt.binaries.teevee,alt.binaries.danskefilm,alt.binaries.french,alt.binaries.etc"

mbruel commented 1 year ago

well just give it a try... without any config, the default GROUP_POLICY is GROUP_POLICY::ALL (you can see it here)

j0hnckuy commented 10 months ago

Sorry, that got me confused there.

so ALL means that every file will be uploaded in every group or what? I think i missed something. I want EACH_FILE how should I proceed. Can you give me an example of config file and how to import it in CMD line to use it. Please.