Uses of Class
org.globus.ftp.FTPClient
Packages that use FTPClient
Package
Description
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
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.ftpModifier and TypeClassDescriptionclass
This is the main user interface for GridFTP operations.Methods in org.globus.ftp with parameters of type FTPClientModifier and TypeMethodDescriptionvoid
FTPClient.transfer
(String remoteSrcFile, FTPClient destination, String remoteDstFile, boolean append, MarkerListener mListener) Performs third-party transfer between two servers.static void
FTPClient.transfer
(FTPClient source, String remoteSrcFile, FTPClient destination, String remoteDstFile, int mode, 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 -
Uses of FTPClient in org.globus.io.urlcopy
Methods in org.globus.io.urlcopy that return FTPClientModifier and TypeMethodDescriptionprivate FTPClient
UrlCopy.createFTPConnection
(GlobusURL ftpURL, boolean srcSide) Creates ftp connection based on the ftp url (secure vs.Methods in org.globus.io.urlcopy with parameters of type FTPClientModifier and TypeMethodDescriptionprotected void
UrlCopy.negotiateDCAU
(FTPClient src, FTPClient dst)