|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Uses of Class
org.globus.io.ftp.FTPClient
| Packages that use FTPClient | |
| org.globus.io.ftp | This library provides a client API for accessing and transferring files from GSI-enabled FTP servers. |
| org.globus.io.ftp.internal | |
| org.globus.io.ftp.tests | |
| org.globus.io.streams | Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File. |
| org.globus.io.urlcopy | This library provides a simple API for transferring a file from one location to another. |
| Uses of FTPClient in org.globus.io.ftp |
| Subclasses of FTPClient in org.globus.io.ftp | |
class |
GridFTPClient
|
class |
GSIFTPClient
|
| Methods in org.globus.io.ftp with parameters of type FTPClient | |
static void |
FTPTransferTest.test1(FTPClient ftp)
|
static void |
FTPTransferTest.test3(FTPClient ftp)
|
static void |
FTPTransferTest.test4(FTPClient ftp,
TransferProgressListener l)
|
static void |
FTPTransferTest.test5(FTPClient ftp,
FTPClient dstFtp,
TransferProgressListener l)
|
static void |
FTPTransferTest.test5(FTPClient ftp,
FTPClient dstFtp,
TransferProgressListener l)
|
static void |
FTPTest.test1(FTPClient ftp)
|
static void |
FTPTest.test2(FTPClient ftp)
|
static void |
FTPTest.test3(FTPClient ftp)
|
static void |
FTPTest.test4(FTPClient ftp,
TransferProgressListener l)
|
static void |
FTPTest.test5(FTPClient ftp,
FTPClient dstFtp,
TransferProgressListener l)
|
static void |
FTPTest.test5(FTPClient ftp,
FTPClient dstFtp,
TransferProgressListener l)
|
protected HostPort |
FTPClient.setupServers(FTPClient src,
FTPClient dst)
|
protected HostPort |
FTPClient.setupServers(FTPClient src,
FTPClient dst)
|
void |
FTPClient.copy(java.lang.String remoteSrcFile,
FTPClient dstServer,
java.lang.String remoteDstFile,
boolean append,
TransferProgressListener listener)
Performs a third-party transfer between two servers. |
void |
FTPClient.copy(java.lang.String remoteFilter,
FTPClient dstServer,
boolean recursive,
TransferProgressListener listener)
Performs a multiple third-party transfers between two servers. |
void |
GridFTPClient.copy(java.lang.String remoteSrcFile,
FTPClient dstServer,
java.lang.String remoteDstFile,
boolean append,
TransferProgressListener listener)
|
| Uses of FTPClient in org.globus.io.ftp.internal |
| Constructors in org.globus.io.ftp.internal with parameters of type FTPClient | |
TPTHelper(FTPClient src,
FTPClient dst,
TPTListener listener)
|
|
TPTHelper(FTPClient src,
FTPClient dst,
TPTListener listener)
|
|
| Uses of FTPClient in org.globus.io.ftp.tests |
| Methods in org.globus.io.ftp.tests that return FTPClient | |
FTPClient |
ThirdPartyTest.getClient(GlobusURL url,
boolean mode,
boolean DCAU,
boolean PROT)
|
| Uses of FTPClient in org.globus.io.streams |
| Fields in org.globus.io.streams declared as FTPClient | |
protected FTPClient |
FTPOutputStream.ftp
|
protected FTPClient |
FTPInputStream.ftp
|
| Uses of FTPClient in org.globus.io.urlcopy |
| Methods in org.globus.io.urlcopy with parameters of type FTPClient | |
protected void |
UrlCopy.negotiateDCAU(FTPClient src,
FTPClient dst)
|
protected void |
UrlCopy.negotiateDCAU(FTPClient src,
FTPClient dst)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||