Uses of Class
org.globus.ftp.GridFTPClient
Packages that use GridFTPClient
Package
Description
This library provides a simple API for transferring a file from one location to
another.
-
Uses of GridFTPClient in org.globus.ftp
Fields in org.globus.ftp declared as GridFTPClientModifier and TypeFieldDescriptionMultipleTransferComplete.destination
MultipleTransferComplete.source
Methods in org.globus.ftp with parameters of type GridFTPClientModifier and TypeMethodDescriptionvoid
GridFTPClient.extendedMultipleTransfer
(long[] remoteSrcFileOffset, long[] remoteSrcFileLength, String[] remoteSrcFile, GridFTPClient destination, long[] remoteDstFileOffset, String[] remoteDstFile, MarkerListener mListener, MultipleTransferCompleteListener doneListener) void
GridFTPClient.extendedMultipleTransfer
(String[] remoteSrcFile, GridFTPClient destination, String[] remoteDstFile, MarkerListener mListener, MultipleTransferCompleteListener doneListener) void
GridFTPClient.extendedTransfer
(String remoteSrcFile, long remoteSrcFileOffset, long remoteSrcFileLength, GridFTPClient destination, String remoteDstFile, long remoteDstFileOffset, MarkerListener mListener) Performs a third-party transfer between two servers using extended block mode.void
GridFTPClient.extendedTransfer
(String remoteSrcFile, GridFTPClient destination, String remoteDstFile, MarkerListener mListener) Performs a third-party transfer between two servers using extended block mode.Constructors in org.globus.ftp with parameters of type GridFTPClientModifierConstructorDescriptionMultipleTransferComplete
(String remoteSrcFile, String remoteDstFile, GridFTPClient source, GridFTPClient destination, int index) -
Uses of GridFTPClient in org.globus.ftp.app
Methods in org.globus.ftp.app with parameters of type GridFTPClientModifier and TypeMethodDescriptionprivate void
Transfer.setParams
(GridFTPClient client, TransferParams params) -
Uses of GridFTPClient in org.globus.io.urlcopy
Methods in org.globus.io.urlcopy with parameters of type GridFTPClientModifier and TypeMethodDescriptionprivate static void
UrlCopy.setDCAU
(GridFTPClient c, boolean dcau)