goldengate.ftp.simpleimpl
Class SimpleGatewayFtpServer

java.lang.Object
  extended by goldengate.ftp.simpleimpl.SimpleGatewayFtpServer

public class SimpleGatewayFtpServer
extends Object

Example of FTP Server using simple authentication (XML FileInterface based), and standard Directory and FileInterface implementation (Filesystem based).

Author:
Frederic Bregier

Constructor Summary
SimpleGatewayFtpServer()
           
 
Method Summary
static void main(String[] args)
          Take a simple XML file as configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGatewayFtpServer

public SimpleGatewayFtpServer()
Method Detail

main

public static void main(String[] args)
Take a simple XML file as configuration.

Parameters:
args -


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.