Uses of Class org.apache.commons.net.ftp.FTPClientConfig

Uses in package org.apache.commons.net.ftp.parser

Constructors with parameter type org.apache.commons.net.ftp.FTPClientConfig

This constructor allows the creation of an NTFTPEntryParser object with something other than the default configuration.
This constructor allows the creation of an OS2FTPEntryParser object with something other than the default configuration.
This constructor allows the creation of an OS400FTPEntryParser object with something other than the default configuration.
This constructor allows the creation of a UnixFTPEntryParser object with something other than the default configuration.
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.

Fields of type org.apache.commons.net.ftp.FTPClientConfig

FTPClientConfig
Some Linux distributions are now shipping an FTP server which formats file listing dates in an all-numeric format: "yyyy-MM-dd HH:mm.

Methods with parameter type org.apache.commons.net.ftp.FTPClientConfig

void
Implementation of the Configurable interface.
void
Implementation of the Configurable interface.
FTPFileEntryParser
Implementation extracts a key from the supplied FTPClientConfig parameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.
FTPFileEntryParser
Implementation should be a method that extracts a key from the supplied FTPClientConfig parameter and creates an object implementing the interface FTPFileEntryParser and uses the supplied configuration to configure it.

Methods with return type org.apache.commons.net.ftp.FTPClientConfig

FTPClientConfig
Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without a FTPClientConfig parameter being specified.
FTPClientConfig
Each concrete subclass must define this member to create a default configuration to be used when that subclass is instantiated without a FTPClientConfig parameter being specified.
FTPClientConfig
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
FTPClientConfig
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
FTPClientConfig
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
FTPClientConfig
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.
FTPClientConfig
Defines a default configuration to be used when this class is instantiated without a FTPClientConfig parameter being specified.

Uses in package org.apache.commons.net.ftp

Methods with parameter type org.apache.commons.net.ftp.FTPClientConfig

void
void
Implementation of the Configurable interface.