ebftpd - The secure, OpenSource FTP Daemon.
License
Unknown, GPL-3.0 licenses found
Licenses found
Unknown
LICENSE
GPL-3.0
COPYING
jawr/ebftpd
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ebftpd ====== ebftpd is an OpenSource FTP Daemon written in C++(11), it was designed from scratch to be fast, secure and with the same functionality as the ever popular glftpd. ebftpd was started for several reasons: * We wanted to be able to review the software that is looking after our data! * A learning experience, coding is fun and c++11 has lots of new features! * OpenSource lets anyone get contribute, have an idea? Get involved! Please check out [the wiki](https://github.com/jawr/ebftpd/wiki). Before you start to code please [check out our coding style](https://github.com/jawr/ebftpd/wiki/Coding-Style) to help maintain a clean code base. Features -------- Other than the founding features taken from glftpd we have also added some new functions: * Database backend - we store all details in a mongodb allowing easy use for third party scripts and programs. * Runs as any user (i.e. don't run it as root!). * New right: hideowner - This is a new right (same as upload/download/makedir) that allows you to blanket set the UID/GID of a directory to 0/0. * In built pre system (todo) * In built request system (todo) * ???? * Whatever you can make! IRC --- \#ebftpd on efnet Compiling --------- Dependencies are: * cmake * Boost 1.49 (may work on newer, untested) * gcc > 4.6 or clang++ 3.3 * MongoDB 2.2+ * OpenSSL 1.0.0+ * bio
About
ebftpd - The secure, OpenSource FTP Daemon.
Resources
License
Unknown, GPL-3.0 licenses found
Licenses found
Unknown
LICENSE
GPL-3.0
COPYING
Stars
Watchers
Forks
Packages 0
No packages published