Class FtpServer

java.lang.Object
   |
   +----FtpServer

public class FtpServer
extends Object
Main FTP Server routine. Repeatly waits for a new client connection, then creates a new thread to handle it.


Constructor Index

 o FtpServer()

Method Index

 o main(String[])

Constructors

 o FtpServer
 public FtpServer()

Methods

 o main
 public static void main(String args[])