com.myjavaworld.ftp.examples
Class DirList
java.lang.Object
com.myjavaworld.ftp.examples.DirList
public class DirList
- extends Object
This example demonstrates how to connect to an FTP site and list the contents
of a directory.
- Version:
- 1.0
- Author:
- Sai Pullabhotla, psai [at] jMethods [dot] com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirList
public DirList()
main
public static void main(String[] args)
throws InstantiationException,
ClassNotFoundException,
IllegalAccessException,
FTPException,
ParseException,
ConnectionException
- Parameters:
args - command line arguments.
- Throws:
InstantiationException - propogated
ClassNotFoundException - propogated
IllegalAccessException - propogated
FTPException - propogated
ConnectionException - propogated
ParseException - propogated
Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.