Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ffsend | 6,626 | a month ago | 29 | gpl-3.0 | Rust | |||||
:mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client. | ||||||||||
Dufs | 3,419 | 23 days ago | 24 | June 19, 2022 | other | Rust | ||||
A file server that supports static serving, uploading, searching, accessing control, webdav... | ||||||||||
Pcp | 951 | 5 months ago | 16 | June 02, 2021 | 16 | apache-2.0 | Go | |||
📦 Command line peer-to-peer data transfer tool based on libp2p. | ||||||||||
Airshare | 600 | 8 months ago | 12 | June 07, 2020 | 6 | other | HTML | |||
Cross-platform content sharing in a local network | ||||||||||
Ezshare | 407 | 2 months ago | 18 | May 11, 2021 | 11 | JavaScript | ||||
Easily share files, folders and clipboard over LAN - Like Google Drive but without internet | ||||||||||
Eiskaltdcpp | 342 | 5 months ago | 209 | gpl-3.0 | C++ | |||||
File sharing program using DC and ADC protocols | ||||||||||
Tran | 309 | 4 | 24 days ago | 9 | August 04, 2022 | 8 | mit | Go | ||
🖥 Securely transfer and send anything between computers with TUI. | ||||||||||
Skyfolder | 71 | a month ago | 18 | gpl-3.0 | Rust | |||||
🪂 SkyFolder shares your folders on the network! | ||||||||||
Torrenttools | 65 | 2 years ago | 6 | mit | C++ | |||||
Commandline tool for inspecting, creating and editing BitTorrent metafiles. | ||||||||||
Yogurl | 37 | 6 years ago | 15 | January 09, 2017 | 2 | mit | JavaScript | |||
Serve files and code over HTTP in one command. The CLI for http://yogurl.io |
Website: eiskaltdcpp/eiskaltdcpp
Sources: eiskaltdcpp/eiskaltdcpp
Public chat room: https://gitter.im/eiskaltdcpp/eiskaltdcpp
Wiki: https://github.com/eiskaltdcpp/eiskaltdcpp/wiki
This program is licensed under the GNU General Public License. See the COPYING file for more information.
EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.
Currently supported systems (in order of decreasing importance): GNU/Linux, macOS, MS Windows, FreeBSD, Haiku and GNU/Hurd.
Currently supported features (not full list):
See ChangeLog.txt file.
For build from sources see INSTALL file.
GNU/Linux and FreeBSD users may install packages from official and unofficial repositories, ports, etc.
macOS users may install and update official builds using Homebrew cask:
brew install --cask eiskaltdcpp
or download app bundles from SourceForge and install them manually. Program doesn't have embedded mechanism of updates, so in this case users should monitor updates themselves.
Haiku users may install official package from HaikuPorts:
pkgman install eiskaltdcpp
MS Windows users may download official installers and portable builds from SourceForge. Program doesn't have embedded mechanism of updates, so users should monitor updates themselves.
EiskaltDC++ is designed mostly for experienced users who know how DC works, which settings should be used with their type of network connection, etc.. This short introduction is not intended to describe such basic things.
Here are small recommendations for initial configuration after first launch of program:
All programs from EiskaltDC++ project (eiskaltdcpp-qt
, eiskaltdcpp-gtk
and eiskaltdcpp-daemon
) use the same common settings. So once you have correctly configured connections in EiskaltDC++ Qt, for example, you may launch eiskaltdcpp-daemon
and use Web UI for ruling it (search files, add them to downloads queue, etc.).
During the development EiskaltDC++ in past years we have used different CVS (Subversion first and then Git) and different development models. Currently the process looks like this:
work
branch or special (feature) branches detached from work
branch.work
branch are ready for usage and build of program is tested for most important systems (Linux, macOS, Windows) they may be merged to master
branch.master
branch.<major>.<minor>.<patch>-<commits>-g<hash>
(where <major>
, <minor>
and <patch>
are not digits but numbers). <major>.<minor>.<patch>
is last git tag (for stable release), <commits>
– the number of commits since last git tag and <hash>
– short hash of current git commit.v<major>.<minor>.<patch>
) is created and tarballs with sources are uploaded to SourceForge.<minor>
or <major>
part of program version should be changed.<minor>
or <major>
part of program version should be changed.<patch>
part of program version should be changed.<patch>
releases if they do not affect Core of program: they may contain new features and noticeable changes in any part of GUI.During development all changes are tested on Continuous Integration services Travis CI and Sibuserv CI.
There are a lot of people who were involved into EiskaltDC++ development. Some of them are listed in license headers in source files, some of them might be found only in the history of commits in our git repository. Also there are translators, testers and just active users. We are thankful to all them!
If you found a bug please report about it in our Bug Tracker.
You may use daily builds of program or program compiled from sources by yourself (from git master
branch) for testing and suggesting of new features, and for reporting about new bugs (if they happen).
We like constructive comments and wishes to functions of program. You may contact with us in public chat room for discussing of your ideas. Some of them will be drawn up as feature requests in our Bug Tracker.
The work of translators is quite routine and boring. People who do it usually lose interests and their translations become incomplete. If you see such situation for translation to your native language, please join to our translations team. It is extremely welcome!
Some useful notes about translation process you may find at special wiki page.
There are many ways to contribute to the EiskaltDC++ project, if you think you can do a better job with any of the EiskaltDC++ graphics, then go right ahead!
Patches are welcome! Contact to EiskaltDC++ developers if you are working on them.
Currently we have active package maintainers for Debian and Ubuntu distros, for macOS and MS Windows. If you have suggestions about improving of packaging, just contact with them.
If you want to prepare personal builds of EiskaltDC++ for MS Windows and macOS systems, it is very welcome! We may add links to them into our documentation. Becoming an official maintainer for these systems is more complicated, but also possible.
For other GNU/Linux and *BSD systems the situation is quite clear: just update packages (pkgbuilds, ebuild, etc.) in official repositories of your favorite distributions or make a Personal Package Archive (PPA) with them. We will add links to them into our documentation.
We do not accept donations for EiskaltDC++ project as a whole, because there are no expenditures for infrastructure and such like. (Thanks to owners of GitHub, SourceForge, Transifex and Travis CI services for their support of FOSS projects!)
But you may send donations to project contributors (developers, maintainers, translators, etc.) on personal basis. Just contact with them using the contact information from AUTHORS file.
Have fun!