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.
-
FtpServer()
-
-
main(String[])
-
FtpServer
public FtpServer()
main
public static void main(String args[])