Method Summary |
|
protected Class | getConfigClass() |
public Integer | getDataTimeout(FileSystemOptions opts) |
public String | getDefaultDateFormat(FileSystemOptions opts) get the language code used by the server. |
public String | getEntryParser(FileSystemOptions opts) |
public FTPFileEntryParserFactory | getEntryParserFactory(FileSystemOptions opts) |
public static FtpFileSystemConfigBuilder | getInstance() |
public Boolean | getPassiveMode(FileSystemOptions opts) |
public String | getRecentDateFormat(FileSystemOptions opts) see
org.apache.commons.net.ftp.FTPClientConfig for details and examples. |
public String | getServerLanguageCode(FileSystemOptions opts) get the language code used by the server. |
public String | getServerTimeZoneId(FileSystemOptions opts) see
org.apache.commons.net.ftp.FTPClientConfig for details and examples. |
public String[] | getShortMonthNames(FileSystemOptions opts) see
org.apache.commons.net.ftp.FTPClientConfig for details and examples. |
public Boolean | getUserDirIsRoot(FileSystemOptions opts) |
public void | setDataTimeout(FileSystemOptions opts, Integer dataTimeout) set the data timeout for the ftp client.
If you set the dataTimeout to null no dataTimeout will be set on the
ftp client. |
public void | setDefaultDateFormat(FileSystemOptions opts, String defaultDateFormat) set the language code used by the server. |
public void | setEntryParser(FileSystemOptions opts, String key) set the FQCN of your FileEntryParser used to parse the directory listing from your server.
If you do not use the default commons-net FTPFileEntryParserFactory e.g. |
public void | setEntryParserFactory(FileSystemOptions opts, FTPFileEntryParserFactory factory) |
public void | setPassiveMode(FileSystemOptions opts, boolean passiveMode) |
public void | setRecentDateFormat(FileSystemOptions opts, String recentDateFormat) see
org.apache.commons.net.ftp.FTPClientConfig for details and examples. |
public void | setServerLanguageCode(FileSystemOptions opts, String serverLanguageCode) set the language code used by the server. |
public void | setServerTimeZoneId(FileSystemOptions opts, String serverTimeZoneId) see
org.apache.commons.net.ftp.FTPClientConfig for details and examples. |
public void | setShortMonthNames(FileSystemOptions opts, String[] shortMonthNames) see
org.apache.commons.net.ftp.FTPClientConfig for details and examples. |
public void | setUserDirIsRoot(FileSystemOptions opts, boolean userDirIsRoot) |