Package cu.ftpd.commands.site.actions

Examples of cu.ftpd.commands.site.actions.Shutdown


    public SiteCommandHandler(FtpdSettings settings) {

        // BASIC
        actions.put("xdupe", new Xdupe());
        actions.put("shutdown", new Shutdown());
        actions.put("commandlog", new CommandLog());

        actions.put("who", new Who());
        actions.put("xwho", new XWho());
        actions.put("help", new Help(actions));
View Full Code Here

TOP

Related Classes of cu.ftpd.commands.site.actions.Shutdown

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.