public class Main
extends java.lang.Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
fromJar() |
static void |
main(java.lang.String[] args)
Helper application for example classes.
|
public static void main(java.lang.String[] args) throws java.lang.Throwable
java -jar commons-net-examples-m.n.jar FTPClientExample -l host user password
args
- the first argument is used to name the class; remaining arguments
are passed to the target class.java.lang.Throwable
- if an error occursprivate static boolean fromJar()