|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tribble.net.ftp.shell.FTPCommandInterpreter
public class FTPCommandInterpreter
Rattlesnake FTP command interpreter. Reads, compiles, and executes FTP commands from a command script.
java tribble.net.ftp.shell.FTPCommandInterpreter [-option...] file
The file is a script containing FTP commands. Note that the entire command file is read and parsed into memory before any commands are executed. See the package summary for details about using command files.
Copyright ©2007 by David R. Tribble, all rights reserved.
Permission is granted to any person or entity except those designated by
by the United States Department of State as a terrorist, or terrorist
government or agency, to use and distribute this source code provided
that the original copyright notice remains present and unaltered.
If you find this software useful, please drop me a note describing how you used it.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
FTP command script interpreter. |
static void |
stop()
Stop the currently running FTP command script interpreter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
Usage: see Usage above.
java.lang.Exception
public static void stop()
This method may be used when the FTP interpreter is being run as a daemon or service program (i.e., a continuously running process) in order to signal it to terminate cleanly.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |