Class GridFTPClient


  • public class GridFTPClient
    extends FTPClient
    This is the main user interface for GridFTP operations. Use this class for client - server or third party transfers with mode E, parallelism, markers, striping or GSI authentication. Consult the manual for general usage.
    Note: If using with GridFTP servers operations like setMode(), setType(), setDataChannelProtection(), and setDataChannelAuthentication() that affect data channel settings must be called before passive or active data channel mode is set.