FTP Server

com.theorem.ftp
Class ftpd

Object
  |
  +--ftpd
All Implemented Interfaces:
Runnable

public class ftpd
extends Object
implements Runnable

FTP Server.


Field Summary
static String copyMsg
          Copyright "AXL FTP Server (3.09) (C) 1998 - 2002 Michael Lecuyer".
static String Version
          Server software version "3.09".
 
Constructor Summary
ftpd(Socket insocket, int loginCounter, Global global)
          Constructor for running new session.
 
Method Summary
static void main(String[] args)
          Main entry point.
 void run()
          Run the Session thread.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Version

public static final String Version
Server software version "3.09".

See Also:
Constant Field Values

copyMsg

public static final String copyMsg
Copyright "AXL FTP Server (3.09) (C) 1998 - 2002 Michael Lecuyer".

See Also:
Constant Field Values
Constructor Detail

ftpd

public ftpd(Socket insocket,
            int loginCounter,
            Global global)
Constructor for running new session.

Parameters:
insocket - Socket connection
loginCounter - current login count.
global - Global information.
Method Detail

main

public static void main(String[] args)
Main entry point. Takes the configuration directory as the argument.

Parameters:
args - Command arguments. The only argument supported is the name of the directory where the configuration files (ftp.cfg and dir.cfg) are found.

run

public void run()
Run the Session thread.

Specified by:
run in interface Runnable

FTP Server

Submit a bug report or feature request

Copyright 1998-2001 AXL Software. PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.