Loading repository data…
Loading repository data…
Whyned / repository
Another java ftpd based on apache ftp server with features like sfv, quota and an irc bot
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
You first need:
./build_maven.sh to build the ftpd../create_package.sh to build the packageSimply executing the ftpd.sh should start the server. Make sure that you
have java installed. If you want to use a specific java version, you can
download a static compiled java, put it in the same folder as the ftpd.sh is.
The ftpd.sh script is looking for a ./java/bin/java binary, if it finds one,
it uses it.
If you don't want that the ftpd suspends to the background and silences all
output, start it with ./ftpd.sh --debug.
To let the ftpd connect to an irc server you need to modify /src/main/ddrftpserver/IRCBot.java and set some class attributes to whatever you need. Besides that you also need to modify the config.ini file and enable the "[IRC]" section.