All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.enterprisedt.net.ftp.FTPClientTest

java.lang.Object
   |
   +----com.enterprisedt.net.ftp.FTPClientTest

public class FTPClientTest
extends Object
Crude test harness. TO DO: expand this!

Author:
Bruce Blackshaw

Constructor Index

 o FTPClientTest()

Method Index

 o main(String[])
Test harness.
 o usage()
Basic usage statement

Constructors

 o FTPClientTest
 public FTPClientTest()

Methods

 o main
 public static void main(String args[])
Test harness. We have a long way to go here! I'll be spending most development time hence enhancing this! Planned: - drive off a config file - do byte by byte file comparisons of transferred files - exercise all functionality - postive and negative tests

 o usage
 public static void usage()
Basic usage statement


All Packages  Class Hierarchy  This Package  Previous  Next  Index