org.apache.ftpserver.main
Class AddUser

java.lang.Object
  extended by org.apache.ftpserver.main.CommandLine
      extended by org.apache.ftpserver.main.AddUser

public class AddUser
extends CommandLine

Used to add users to the user manager for a particular FtpServer configuration

Version:
$Rev$, $Date$
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
protected AddUser()
          Instance methods only used internaly
 
Method Summary
static void main(java.lang.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 org.apache.ftpserver.main.CommandLine
getConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddUser

protected AddUser()
Instance methods only used internaly

Method Detail

main

public static void main(java.lang.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.