org.curjent.example.agent.ftpxfer
Class FTPTransferTest

java.lang.Object
  extended by org.curjent.example.agent.ftpxfer.FTPTransferTest

public class FTPTransferTest
extends Object

FTP transfer test driver.

The test driver recursively traverses an FTP directory tree, delegating concurrent file transfers to an FTPTransfer agent.


Constructor Summary
FTPTransferTest()
           
 
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

FTPTransferTest

public FTPTransferTest()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright 2009-2011 Tom Landon
Apache License 2.0