Java Globus API: Class FTPTest

org.globus.io.ftp
Class FTPTest

java.lang.Object
  |
  +--org.globus.io.ftp.FTPTest

public class FTPTest
extends java.lang.Object


Constructor Summary
FTPTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void test1(FTPClient ftp)
           
static void test2(FTPClient ftp)
           
static void test3(FTPClient ftp)
           
static void test4(FTPClient ftp, TransferProgressListener l)
           
static void test5(FTPClient ftp, FTPClient dstFtp, TransferProgressListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPTest

public FTPTest()
Method Detail

test1

public static void test1(FTPClient ftp)
                  throws java.lang.Exception

test2

public static void test2(FTPClient ftp)
                  throws java.lang.Exception

test3

public static void test3(FTPClient ftp)
                  throws java.lang.Exception

test4

public static void test4(FTPClient ftp,
                         TransferProgressListener l)
                  throws java.lang.Exception

test5

public static void test5(FTPClient ftp,
                         FTPClient dstFtp,
                         TransferProgressListener l)
                  throws java.lang.Exception

main

public static void main(java.lang.String[] args)