|
FTP Server | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Object | +--ftpd
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 |
public static final String Version
public static final String copyMsg
| Constructor Detail |
public ftpd(Socket insocket,
int loginCounter,
Global global)
insocket - Socket connectionloginCounter - current login count.global - Global information.| Method Detail |
public static void main(String[] args)
args - Command arguments.
The only argument supported is the name of the directory
where the configuration files (ftp.cfg and dir.cfg) are found.public void run()
run in interface Runnable
|
FTP Server | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||