* make sure to provide a ordered Map, for example {@link LinkedHashMap}.
* @throws IllegalStateException
* If a custom server context has been set
*/
public void setFtplets(final Map<String, Ftplet> ftplets) {
serverContext.setFtpletContainer(new DefaultFtpletContainer(ftplets));
}