org.apache.ftpserver.main
Class AddUser
java.lang.Object
org.apache.ftpserver.main.CommandLine
org.apache.ftpserver.main.AddUser
public class AddUser
- extends CommandLine
Used to add users to the user manager for a particular FtpServer configuration
- Author:
- Apache MINA Project
Constructor Summary |
protected |
AddUser()
Instance methods only used internaly |
Method Summary |
static void |
main(String[] args)
Used to add users to the user manager for a particular FtpServer configuration |
protected void |
usage()
Print the usage message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddUser
protected AddUser()
- Instance methods only used internaly
main
public static void main(String[] args)
- Used to add users to the user manager for a particular FtpServer configuration
- Parameters:
args
- The first element of this array must specify the kind of
configuration to be used to start the server.
usage
protected void usage()
- Print the usage message.
- Overrides:
usage
in class CommandLine
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.