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