FTPTransferTest (Java Globus API)

org.globus.io.ftp
Class FTPTransferTest

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

public class FTPTransferTest
extends java.lang.Object


Constructor Summary
FTPTransferTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void test1(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

FTPTransferTest

public FTPTransferTest()
Method Detail

test1

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

test3

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

test4

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

test5

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

main

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