xdcc
xdcc is a program to grab files from an XDCC bot via IRC.
Installation
A Go compiler is required to build the binary. scdoc
is required to build the manpage.
Enter the following commands to build and install xdcc:
make
make install
Usage
Basic invocation looks like this:
xdcc -s irc.example.org -c channel_name -b bot_name pack_number
xdcc supports ranges of packs and several other options to tune the behavior. See xdcc(1) for details.
Tip: Most bots provide a list of packs avilable for download. Try using list
for the pack number and grep
-ing the served file.
Send comments, bug reports, and patches to [email protected].