Class FTPClient

java.lang.Object
org.globus.ftp.FTPClient
Direct Known Subclasses:
GridFTPClient

public class FTPClient extends Object
This is the main user interface for FTP operations. Use this class for client - server or third party transfers that do not require GridFTP extensions. Consult the manual for general usage.
Note: If using with GridFTP servers operations like setMode(), setType() that affect data channel settings must be called before passive or active data channel mode is set.