|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPClient | |
---|---|
org.globus.ftp | |
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.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(String remoteSrcFile,
FTPClient destination,
String remoteDstFile,
boolean append,
MarkerListener mListener)
Performs third-party transfer between two servers. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |