|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.commandline.CommandLine
public class CommandLine
This class is the starting point for the FtpServer when it is started using the command line mode. There are three ways to start the FTP server. The one to be used must be specified as the first command line parameter when starting the application.
The allowed values are:
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This method is the FtpServer starting point when running by using the command line mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The first element of this array must specify the kind of
configuration to be used to start the server.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |