org.apache.ftpserver.commandline
Class Daemon

java.lang.Object
  extended by org.apache.ftpserver.commandline.Daemon

public class Daemon
extends java.lang.Object

Invokes FtpServer as a daemon, running in the background. Used for example for the Windows service.


Constructor Summary
Daemon()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Daemon

public Daemon()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.