Uses of Class org.globus.ftp.FTPClient (Java Globus API)

Uses of Class
org.globus.ftp.FTPClient

Packages that use FTPClient
org.globus.ftp   
org.globus.ftp.test   
 

Uses of FTPClient in org.globus.ftp
 

Subclasses of FTPClient in org.globus.ftp
 class GridFTPClient
          This is the main user interface for GridFTP operations.
 

Methods in org.globus.ftp with parameters of type FTPClient
 void FTPClient.transfer(java.lang.String remoteSrcFile, FTPClient destination, java.lang.String remoteDstFile, boolean append, MarkerListener mListener)
          Performs third-party transfer between two servers.
 

Uses of FTPClient in org.globus.ftp.test
 

Fields in org.globus.ftp.test declared as FTPClient
protected  FTPClient GridFTPClientTest.client
           
protected  FTPClient FTPClientTest.src
           
protected  FTPClient FTPClientTest.dest
           
protected  FTPClient FTPClientListTest.src
           
protected  FTPClient FTPClientListTest.dest
           
protected  FTPClient FTPClient2PartyTest.src
           
protected  FTPClient FTPClient2PartyTest.dest
           
 

Methods in org.globus.ftp.test with parameters of type FTPClient
protected  void FTPClient2PartyTest.testGet_setParams(FTPClient client, java.lang.String user, java.lang.String password, int localServerMode, int transferType, int transferMode)
           
protected  void FTPClient2PartyTest.testPut_setParams(FTPClient client, java.lang.String user, java.lang.String password, int localServerMode, int transferType, int transferMode)