Uses of Class
org.apache.commons.net.ftp.FTPClientConfig
Packages that use FTPClientConfig
Package
Description
FTP and FTPS support classes
FTP file listing parser classes
-
Uses of FTPClientConfig in org.apache.commons.net.ftp
Methods in org.apache.commons.net.ftp with parameters of type FTPClientConfigModifier and TypeMethodDescriptionvoidConfigurable.configure(FTPClientConfig config) Configures this instance using an FTPClientConfig.voidFTPClient.configure(FTPClientConfig ftpClientConfig) Implements theConfigurableinterface.Constructors in org.apache.commons.net.ftp with parameters of type FTPClientConfig -
Uses of FTPClientConfig in org.apache.commons.net.ftp.parser
Fields in org.apache.commons.net.ftp.parser declared as FTPClientConfigModifier and TypeFieldDescriptionstatic final FTPClientConfigUnixFTPEntryParser.NUMERIC_DATE_CONFIGSome Linux distributions are now shipping an FTP server which formats file listing dates in an all-numeric format:"yyyy-MM-dd HH:mm.Methods in org.apache.commons.net.ftp.parser that return FTPClientConfigModifier and TypeMethodDescriptionprotected abstract FTPClientConfigConfigurableFTPFileEntryParserImpl.getDefaultConfiguration()Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigMacOsPeterFTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigMVSFTPEntryParser.getDefaultConfiguration()protected FTPClientConfigNetwareFTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.NTFTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigOS2FTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigOS400FTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigUnixFTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.protected FTPClientConfigVMSFTPEntryParser.getDefaultConfiguration()Gets a new default configuration to be used when this class is instantiated without aFTPClientConfigparameter being specified.Methods in org.apache.commons.net.ftp.parser with parameters of type FTPClientConfigModifier and TypeMethodDescriptionvoidConfigurableFTPFileEntryParserImpl.configure(FTPClientConfig config) Implements theConfigurableinterface.voidFTPTimestampParserImpl.configure(FTPClientConfig config) Implements theConfigurableinterface.DefaultFTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config) Implementation extracts a key from the suppliedFTPClientConfigparameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.FTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config) Implementation should be a method that extracts a key from the suppliedFTPClientConfigparameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.Constructors in org.apache.commons.net.ftp.parser with parameters of type FTPClientConfigModifierConstructorDescriptionThis constructor allows the creation of a UnixFTPEntryParser object with something other than the default configuration.NetwareFTPEntryParser(FTPClientConfig config) This constructor allows the creation of an NetwareFTPEntryParser object with something other than the default configuration.NTFTPEntryParser(FTPClientConfig config) This constructor allows the creation of an NTFTPEntryParser object with something other than the default configuration.OS2FTPEntryParser(FTPClientConfig config) Constructs a new instance with something other than the default configuration.OS400FTPEntryParser(FTPClientConfig config) Constructs a new instance with something other than the default configuration.UnixFTPEntryParser(FTPClientConfig config) Constructs a new instance with something other than the default configuration.UnixFTPEntryParser(FTPClientConfig config, boolean trimLeadingSpaces) Constructs a new instance with something other than the default configuration.VMSFTPEntryParser(FTPClientConfig config) This constructor allows the creation of a VMSFTPEntryParser object with something other than the default configuration.This constructor allows the creation of a VMSVersioningFTPEntryParser object with something other than the default configuration.