specify an easy way to configure the current directory used for the default 'res' directory -------------------------------------------------------------------------------------------
Key: FTPSERVER-98 URL: https://issues.apache.org/jira/browse/FTPSERVER-98 Project: FtpServer Issue Type: Improvement Components: Core Reporter: james strachan I'm using FtpServer in a unit test case for Camel... http://activemq.apache.org/camel/ if you want to check it out, its in the camel-ftp module... https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-ftp/ This test case... https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java the issue is, it creates a directory tree "res/home/*" for the admin user in the current (source) directory. What I'd like is an easy way to configure the location of the "res" directory; so that for example I could put this directory inside "target/ftpserver" so that the build generated files are kept out of the main source tree, inside the build artifacts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.