XDCC (eXtended DCC) is a protocol used by IRC bots to make files available for transfer. This utility can be used to retrieve such files.
See https://en.wikipedia.org/wiki/XDCC for more details.
- (Standard) DCC
- Reverse DCC
- Support for the IRC bouncer ZNC
xdcc HOST CHANNEL USER #PACK
See xdcc --help
for more options.
- Install Homebrew.
- Run
brew tap JanGe/haskell
. - Run
brew install xdcc
.
- Install Stack.
- Add
~/.local/bin
to yourPATH
environment variable. - Run
stack setup --resolver nightly
. - Run
stack install xdcc --resolver nightly
.
- Install Stack using its Windows Installer.
- Open a Command Prompt.
- Run
stack setup --resolver nightly
. - Run
stack install xdcc --resolver nightly
.
- Install Stack.
- Run
stack build
.