net.sf.hermesftp
Class FtpServerApp

java.lang.Object
  extended by net.sf.hermesftp.FtpServerApp

public final class FtpServerApp
extends java.lang.Object

Hermes FTP application.

Author:
Lars Behnke

Constructor Summary
FtpServerApp()
          Constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Entry point of the application.
 void startServer(java.lang.String[] args)
          Starts the FTP servers(s).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpServerApp

public FtpServerApp()
Constructor.

Method Detail

main

public static void main(java.lang.String[] args)
Entry point of the application.

Parameters:
args - Optionally the bean resource file can be passed.

startServer

public void startServer(java.lang.String[] args)
Starts the FTP servers(s).

Parameters:
args - The arguments passed with main method.


Copyright © 2005-2007 Lars Behnke. All Rights Reserved.