Java org.apache.commons.net.ftp FTPClientConfig fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.ftp FTPClientConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.ftp FTPClientConfig.

The text is from its open source code.

Field

StringSYST_UNIX
Identifier by which a unix-based ftp server is known throughout the commons-net ftp system.
StringSYST_VMS
Identifier by which a vms-based ftp server is known throughout the commons-net ftp system.
StringSYST_NT
Identifier by which a WindowsNT-based ftp server is known throughout the commons-net ftp system.
StringSYST_OS2
Identifier by which an OS/2-based ftp server is known throughout the commons-net ftp system.
StringSYST_OS400
Identifier by which an OS/400-based ftp server is known throughout the commons-net ftp system.
StringSYST_MVS
Identifier by which an MVS-based ftp server is known throughout the commons-net ftp system.
StringSYST_NETWARE
Identifier by which an Netware-based ftp server is known throughout the commons-net ftp system.

Constructor

FTPClientConfig(String systemKey)
The main constructor for an FTPClientConfig object
FTPClientConfig()
Convenience constructor mainly for use in testing.
FTPClientConfig(String systemKey, String defaultDateFormatStr, String recentDateFormatStr, String serverLanguageCode, String shortMonthNames, String serverTimeZoneId)
Constructor which allows setting of all member fields

Method

StringgetServerSystemKey()
Getter for the serverSystemKey property.
StringgetServerTimeZoneId()
getter for the #setServerTimeZoneId(String) serverTimeZoneId property.
CollectiongetSupportedLanguageCodes()
Returns a Collection of all the language codes currently supported by this class.
voidsetDefaultDateFormatStr(String defaultDateFormatStr)

setter for the defaultDateFormatStr property.

voidsetLenientFutureDates(boolean lenientFutureDates)

setter for the lenientFutureDates property.

voidsetRecentDateFormatStr(String recentDateFormatStr)

setter for the recentDateFormatStr property.

voidsetServerLanguageCode(String serverLanguageCode)

setter for the serverLanguageCode property.

voidsetServerTimeZoneId(String serverTimeZoneId)

setter for the serverTimeZoneId property.

voidsetShortMonthNames(String shortMonthNames)

setter for the shortMonthNames property.