public class Main extends Object
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Helper application for example classes.
|
public static void main(String[] args) throws 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.Throwable - if an error occursCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.