GridFTPTest (Java Globus API)

org.globus.io.ftp.tests
Class GridFTPTest

java.lang.Object
  |
  +--TestCase
        |
        +--org.globus.io.ftp.tests.GridFTPTest

public class GridFTPTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
GridFTPTest(java.lang.String name)
           
 
Method Summary
 GridFTPClient connect(boolean passive, boolean authentication)
           
 boolean get(java.lang.String file, boolean passive, boolean authentication)
           
static void main(java.lang.String[] args)
           
 boolean put(java.lang.String file, boolean passive, boolean authentication)
           
 boolean put(java.lang.String file, boolean passive, boolean authentication, java.lang.String remoteFile)
           
static Test suite()
           
 void testBadGets()
           
 void testBadPuts()
           
 void testGoodGets()
           
 void testGoodPuts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridFTPTest

public GridFTPTest(java.lang.String name)
Method Detail

main

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

suite

public static Test suite()

testGoodGets

public void testGoodGets()

testBadGets

public void testBadGets()

testGoodPuts

public void testGoodPuts()

testBadPuts

public void testBadPuts()

put

public boolean put(java.lang.String file,
                   boolean passive,
                   boolean authentication)

put

public boolean put(java.lang.String file,
                   boolean passive,
                   boolean authentication,
                   java.lang.String remoteFile)

get

public boolean get(java.lang.String file,
                   boolean passive,
                   boolean authentication)

connect

public GridFTPClient connect(boolean passive,
                             boolean authentication)
                      throws java.lang.Exception
java.lang.Exception