com.myjavaworld.ftp.examples
Class Download

java.lang.Object
  extended by com.myjavaworld.ftp.examples.Download

public class Download
extends Object

This example demonstrates how to connect to an FTP site and download a file to the local system.

Version:
1.0
Author:
Sai Pullabhotla, psai [at] jMethods [dot] com

Constructor Summary
Download()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Download

public Download()
Method Detail

main

public static void main(String[] args)
                 throws InstantiationException,
                        ClassNotFoundException,
                        IllegalAccessException,
                        FTPException,
                        ConnectionException
Parameters:
args - command line arguments.
Throws:
InstantiationException - propogated
ClassNotFoundException - propogated
IllegalAccessException - propogated
FTPException - propogated
ConnectionException - propogated


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.