Popularity
6.4
Stable
Activity
0.0
Stable
15
6
1
Monthly Downloads: 16
Programming language: Haskell
License: MIT License
Tags:
Network
Latest version: v1.1.3
xdcc alternatives and similar packages
Based on the "Networking" category.
Alternatively, view xdcc alternatives based on common mentions on social networks and blogs.
-
call-haskell-from-anything
Call Haskell functions from any programming language via serialization and dynamic libraries -
PortFusion
Haskell-powered cross-platform transport-layer distributed reverse / forward proxy & tunneling solution – currently available for all TCP protocols (RDP, VNC, HTTP(S), SSH, ...). -
ngx-export
A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of xdcc or a related project?
Popular Comparisons
README
xdcc - A wget-like utility for retrieving files from XDCC bots on IRC
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.
Supported DCC Variants:
- (Standard) DCC
- Reverse DCC
Advanced features:
- Support for the IRC bouncer ZNC
Usage
xdcc HOST CHANNEL USER #PACK
See xdcc --help
for more options.
Installation
OS X
- Install Homebrew.
- Run
brew tap JanGe/haskell
. - Run
brew install xdcc
.
Linux
- Install Stack.
- Add
~/.local/bin
to yourPATH
environment variable. - Run
stack setup --resolver nightly
. - Run
stack install xdcc --resolver nightly
.
Windows
- Install Stack using its Windows Installer.
- Open a Command Prompt.
- Run
stack setup --resolver nightly
. - Run
stack install xdcc --resolver nightly
.
Development
- Install Stack.
- Run
stack build
.