Skip to content

Setting up DrFTPD with wrapper (Windows Service Installation)

zc0nf edited this page Mar 20, 2023 · 4 revisions

This is a guide to using DrFTPD with wrapper.

Wrapper allows you to run DrFTPD as an NT Service under windows or as a nicely configured daemon process with init scripts under linux.

You can get documentation on wrapper is on their website All you need for drftpd is also included in the dependencies package.

wrapper.conf

What you need to configure specifically for master and slave is included in wrapper-{master,slave}.conf.dist. Again, all of this is done for you, just lookover it to see if it is what you want.

common

wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
wrapper.java.additional.1=-Djava.rmi.server.randomIDs=true
wrapper.java.additional.2=-Djava.rmi.dgc.leaseValue=300000
wrapper.java.additional.3=-Djava.rmi.server.disableHttp=true