- getActiveLocalAddress() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get the active data connection local host.
- getActiveLocalAddress() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Get the local address for active mode data transfer.
- getActiveLocalPort() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get the active data connection local port.
- getActiveLocalPort() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Get the active local port number.
- getActiveSessions() - Method in interface org.apache.ftpserver.listener.Listener
-
Returns the currently active sessions for this listener.
- getAdminName() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the admin name.
- getAdminName() - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Get the admin name.
- getAuthorities() - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Get the authorities for users created by this factory
- getAvailableLanguages() - Method in interface org.apache.ftpserver.message.MessageResource
-
Get all the available languages.
- getBlockedAddresses() - Method in interface org.apache.ftpserver.listener.Listener
-
- getBlockedAddresses() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- getBlockedSubnets() - Method in interface org.apache.ftpserver.listener.Listener
-
- getBlockedSubnets() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- getClientAuth() - Method in interface org.apache.ftpserver.ssl.SslConfiguration
-
Return the required client authentication setting
- getClientAuth() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Return the required client authentication setting
- getCommand(String) - Method in interface org.apache.ftpserver.command.CommandFactory
-
Get the command instance.
- getCommandFactory() - Method in class org.apache.ftpserver.FtpServerFactory
-
Retrieve the command factory used by servers created by this factory
- getCommandMap() - Method in class org.apache.ftpserver.command.CommandFactoryFactory
-
Get the installed commands
- getConfiguration(String[]) - Method in class org.apache.ftpserver.main.CommandLine
-
Get the configuration object.
- getConnectionConfig() - Method in class org.apache.ftpserver.FtpServerFactory
-
Retrieve the connection configuration this server
- getCustomMessageDirectory() - Method in class org.apache.ftpserver.message.MessageResourceFactory
-
The directory where custom message bundles can be located
- getDataConnectionConfiguration() - Method in interface org.apache.ftpserver.listener.Listener
-
Get configuration for data connections made within this listener
- getDataConnectionConfiguration() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Get configuration for data connections made within listeners created by this factory
- getDataSource() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Retrive the data source used by the user manager
- getEnabledCipherSuites() - Method in interface org.apache.ftpserver.ssl.SslConfiguration
-
Returns the cipher suites that should be enabled for this connection.
- getEnabledCipherSuites() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Returns the cipher suites that should be enabled for this connection.
- getFile() - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Retrieve the file used to load and store users
- getFileSystem() - Method in class org.apache.ftpserver.FtpServerFactory
-
Retrieve the file system used by servers created by this factory
- getFtplet(String) - Method in interface org.apache.ftpserver.ftpletcontainer.FtpletContainer
-
Retrieve the Ftplet identified by the name (as provided in the
#addFtplet(String, Ftplet) method.
- getFtplets() - Method in interface org.apache.ftpserver.ftpletcontainer.FtpletContainer
-
Retrive all Ftplets registered with this container
- getFtplets() - Method in class org.apache.ftpserver.FtpServerFactory
-
Get all Ftplets registered by servers created by this factory
- getHomeDirectory() - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Get the home directory for users created by this factory
- getIdleTime() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get the maximum idle time in seconds.
- getIdleTime() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Get the maximum idle time in seconds.
- getIdleTimeout() - Method in interface org.apache.ftpserver.listener.Listener
-
Get the number of seconds during which no network activity
is allowed before a session is closed due to inactivity.
- getIdleTimeout() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Get the number of seconds during which no network activity
is allowed before a session is closed due to inactivity.
- getKeyAlias() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Get the server key alias to be used for SSL communication
- getKeyPassword() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The password used to load the key
- getKeystoreAlgorithm() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The algorithm used to open the key store.
- getKeystoreFile() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The key store file used by this configuration
- getKeystorePassword() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The password used to load the key store
- getKeystoreType() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
- getLanguages() - Method in class org.apache.ftpserver.message.MessageResourceFactory
-
The languages for which messages are available
- getListener(String) - Method in class org.apache.ftpserver.FtpServerFactory
-
Get a specific
Listener identified by its name
- getListeners() - Method in class org.apache.ftpserver.FtpServerFactory
-
Get all listeners available on servers created by this factory
- getLoginFailureDelay() - Method in interface org.apache.ftpserver.ConnectionConfig
-
The delay in number of milliseconds between login failures.
- getLoginFailureDelay() - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
The delay in number of milliseconds between login failures.
- getMaxAnonymousLogins() - Method in interface org.apache.ftpserver.ConnectionConfig
-
The maximum number of time an anonymous user can fail to login before getting disconnected
- getMaxAnonymousLogins() - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
The maximum number of anonymous logins the server would allow at any given time
- getMaxIdleTime() - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Get the max idle time for users created by this factory
- getMaxLoginFailures() - Method in interface org.apache.ftpserver.ConnectionConfig
-
The maximum number of time an user can fail to login before getting disconnected
- getMaxLoginFailures() - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
The maximum number of time an user can fail to login before getting disconnected
- getMaxLogins() - Method in interface org.apache.ftpserver.ConnectionConfig
-
The maximum number of concurrently logged in users
- getMaxLogins() - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
The maximum number of concurrently logged in users
- getMaxThreads() - Method in interface org.apache.ftpserver.ConnectionConfig
-
Returns the maximum number of threads the server is allowed to create for
processing client requests.
- getMaxThreads() - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Returns the maximum number of threads the server is allowed to create for
processing client requests.
- getMessage(int, String, String) - Method in interface org.apache.ftpserver.message.MessageResource
-
Get the message for the corresponding code and sub id.
- getMessageResource() - Method in class org.apache.ftpserver.FtpServerFactory
-
Retrieve the message resource used by servers created by this factory
- getMessages(String) - Method in interface org.apache.ftpserver.message.MessageResource
-
Get all the messages.
- getName() - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Get the user name for users created by this factory
- getPassiveAddress() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get passive server address.
- getPassiveAddress() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Get passive host.
- getPassiveExernalAddress() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get the passive address that will be returned to clients on the PASV
command.
- getPassiveExternalAddress() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Get the passive address that will be returned to clients on the PASV
command.
- getPassivePorts() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get the passive ports to be used for data connections.
- getPassivePorts() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Retrieve the passive ports configured for this data connection
- getPassword() - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Get the password for users created by this factory
- getPassword() - Method in class org.apache.ftpserver.usermanager.UsernamePasswordAuthentication
-
Retrive the password
- getPasswordEncryptor() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Retrieve the password encryptor used for this user manager
- getPasswordEncryptor() - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Retrieve the password encryptor used by user managers created by this factory
- getPort() - Method in interface org.apache.ftpserver.listener.Listener
-
Get the port on which this listener is waiting for requests.
- getPort() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Get the port on which listeners created by this factory is waiting for requests.
- getServerAddress() - Method in interface org.apache.ftpserver.listener.Listener
-
- getServerAddress() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- getSessionFilter() - Method in interface org.apache.ftpserver.listener.Listener
-
Returns the SessionFilter associated with this listener.
- getSessionFilter() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Returns the currently configured SessionFilter, if any.
- getSocketFactory() - Method in interface org.apache.ftpserver.ssl.SslConfiguration
-
Returns the socket factory that can be used to create sockets using
this SslConfiguration.
- getSqlUserAdmin() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL SELECT statement used to find whether an user is admin or
not.
- getSqlUserAuthenticate() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL SELECT statement used to authenticate user.
- getSqlUserDelete() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL DELETE statement used to delete an existing user.
- getSqlUserInsert() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL INSERT statement used to add a new user.
- getSqlUserSelect() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL SELECT statement used to select an existing user.
- getSqlUserSelectAll() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL SELECT statement used to select all user ids.
- getSqlUserUpdate() - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Get the SQL UPDATE statement used to update an existing user.
- getSslConfiguration() - Method in interface org.apache.ftpserver.DataConnectionConfiguration
-
Get SSL configuration for this data connection.
- getSslConfiguration() - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
- getSslConfiguration() - Method in interface org.apache.ftpserver.listener.Listener
-
- getSslConfiguration() - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- getSSLContext() - Method in interface org.apache.ftpserver.ssl.SslConfiguration
-
Return the SSL context for this configuration
- getSSLContext(String) - Method in interface org.apache.ftpserver.ssl.SslConfiguration
-
Return the SSL context for this configuration given the specified
protocol
- getSslProtocol() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The SSL protocol used for this channel.
- getTruststoreAlgorithm() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The algorithm used to open the trust store.
- getTruststoreFile() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Get the file used to load the truststore
- getTruststorePassword() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
The password used to load the trust store
- getTruststoreType() - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
- getType() - Method in class org.apache.ftpserver.ipfilter.RemoteIpFilter
-
Returns the type of this filter.
- getUrl() - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Retrieve the URL used to load and store users
- getUserManager() - Method in class org.apache.ftpserver.FtpServerFactory
-
Retrieve the user manager used by servers created by this factory
- getUserMetadata() - Method in class org.apache.ftpserver.usermanager.AnonymousAuthentication
-
Retrive the user metadata
- getUserMetadata() - Method in class org.apache.ftpserver.usermanager.UsernamePasswordAuthentication
-
Retrive the user metadata
- getUsername() - Method in class org.apache.ftpserver.usermanager.UsernamePasswordAuthentication
-
Retrive the user name
- getVersion() - Static method in class org.apache.ftpserver.Version
-
Get the version of this FtpServer
- SaltedPasswordEncryptor - Class in org.apache.ftpserver.usermanager
-
Password encryptor that hashes a salt together with the password using MD5.
- SaltedPasswordEncryptor() - Constructor for class org.apache.ftpserver.usermanager.SaltedPasswordEncryptor
-
- sessionCreated(IoFilter.NextFilter, IoSession) - Method in class org.apache.ftpserver.ipfilter.MinaSessionFilter
-
- SessionFilter - Interface in org.apache.ftpserver.ipfilter
-
The interface for filtering sessions based on various session attributes.
- setActiveEnabled(boolean) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set if active data connections are enabled
- setActiveIpCheck(boolean) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Check the PORT IP with the client IP?
- setActiveLocalAddress(String) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set the active data connection local host.
- setActiveLocalPort(int) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set the active data connection local port.
- setAdminName(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the name to use as the administrator of the server.
- setAdminName(String) - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Set the name to use as the administrator of the server.
- setAnonymousLoginEnabled(boolean) - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Set if anonymous logins are allowed at the server
- setAuthorities(List<Authority>) - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Set the authorities for users created by this factory
- setBlockedAddresses(List<InetAddress>) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- setBlockedSubnets(List<Subnet>) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- setCaseInsensitive(boolean) - Method in class org.apache.ftpserver.filesystem.nativefs.NativeFileSystemFactory
-
Should this file system be case insensitive.
- setClientAuthentication(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set what client authentication level to use, supported values are "yes"
or "true" for required authentication, "want" for wanted authentication
and "false" or "none" for no authentication.
- setCommandFactory(CommandFactory) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the command factory to be used by servers created by this factory
- setCommandMap(Map<String, Command>) - Method in class org.apache.ftpserver.command.CommandFactoryFactory
-
Set commands to add or override to the default commands
- setConnectionConfig(ConnectionConfig) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the message resource to be used with this server
- setCreateHome(boolean) - Method in class org.apache.ftpserver.filesystem.nativefs.NativeFileSystemFactory
-
Set if the home directories be created automatically
- setCustomMessageDirectory(File) - Method in class org.apache.ftpserver.message.MessageResourceFactory
-
Set the directory where custom message bundles can be located
- setDataConnectionConfiguration(DataConnectionConfiguration) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Set configuration for data connections made within listeners created by this factory
- setDataSource(DataSource) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the data source to be used by the user manager
- setEnabled(boolean) - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Get the enabled status for users created by this factory
- setEnabledCipherSuites(String[]) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the allowed cipher suites, note that the exact list of supported
cipher suites differs between JRE implementations.
- setFile(File) - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Set the file used to store and read users.
- setFileSystem(FileSystemFactory) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the file system to be used by servers created by this factory
- setFtplets(Map<String, Ftplet>) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the Ftplets to be active by servers created by this factory.
- setHomeDirectory(String) - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Set the user name for users created by this factory
- setIdleTime(int) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set the maximum idle time in seconds.
- setIdleTimeout(int) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Set the number of seconds during which no network activity
is allowed before a session is closed due to inactivity.
- setImplicitSsl(boolean) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set whether ssl is required for the data connection
- setImplicitSsl(boolean) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Should listeners created by this factory be in SSL mode automatically or must the client
explicitly request to use SSL
- setKeyAlias(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the alias for the key to be used for SSL communication.
- setKeyPassword(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the password used to load the key
- setKeystoreAlgorithm(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Override the key store algorithm used to open the key store
- setKeystoreFile(File) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the key store file to be used by this configuration
- setKeystorePassword(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the password used to load the key store
- setKeystoreType(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the key store type
- setLanguages(List<String>) - Method in class org.apache.ftpserver.message.MessageResourceFactory
-
Set the languages for which messages are available
- setListeners(Map<String, Listener>) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the listeners for servers created by this factory, replaces existing listeners
- setLoginFailureDelay(int) - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Set the delay in number of milliseconds between login failures.
- setMaxAnonymousLogins(int) - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Sets the maximum number of anonymous logins the server would allow at any given time
- setMaxIdleTime(int) - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Set the user name for users created by this factory
- setMaxLoginFailures(int) - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Set the maximum number of time an user can fail to login before getting disconnected
- setMaxLogins(int) - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Set she maximum number of concurrently logged in users
- setMaxThreads(int) - Method in class org.apache.ftpserver.ConnectionConfigFactory
-
Sets the maximum number of threads the server is allowed to create for
processing client requests.
- setMessageResource(MessageResource) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the message resource to be used with by servers created by this factory
- setName(String) - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Set the user name for users created by this factory
- setPassiveAddress(String) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set the passive server address.
- setPassiveExternalAddress(String) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set the passive address that will be returned to clients on the PASV
command.
- setPassiveIpCheck(boolean) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Sets whether or not IP check is performed before accepting a passive data
connection.
- setPassivePorts(String) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
Set the passive ports to be used for data connections.
- setPassword(String) - Method in class org.apache.ftpserver.usermanager.UserFactory
-
Set the user name for users created by this factory
- setPasswordEncryptor(PasswordEncryptor) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the password encryptor to use for this user manager
- setPasswordEncryptor(PasswordEncryptor) - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Set the password encryptor to use by user managers created by this factory
- setPort(int) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Set the port on which listeners created by this factory will accept requests.
- setServerAddress(String) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- setSessionFilter(SessionFilter) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
Sets the session filter to the given filter.
- setSqlUserAdmin(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL SELECT statement used to find whether an user is admin or
not.
- setSqlUserAuthenticate(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL SELECT statement used to authenticate user.
- setSqlUserDelete(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL DELETE statement used to delete an existing user.
- setSqlUserInsert(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL INSERT statement used to add a new user.
- setSqlUserSelect(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL SELECT statement used to select an existing user.
- setSqlUserSelectAll(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL SELECT statement used to select all user ids.
- setSqlUserUpdate(String) - Method in class org.apache.ftpserver.usermanager.DbUserManagerFactory
-
Set the SQL UPDATE statement used to update an existing user.
- setSslConfiguration(SslConfiguration) - Method in class org.apache.ftpserver.DataConnectionConfigurationFactory
-
- setSslConfiguration(SslConfiguration) - Method in class org.apache.ftpserver.listener.ListenerFactory
-
- setSslProtocol(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the SSL protocol used for this channel.
- setTruststoreAlgorithm(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Override the trust store algorithm used to open the trust store
- setTruststoreFile(File) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the password used to load the trust store
- setTruststorePassword(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the password used to load the trust store
- setTruststoreType(String) - Method in class org.apache.ftpserver.ssl.SslConfigurationFactory
-
Set the trust store type
- setType(IpFilterType) - Method in class org.apache.ftpserver.ipfilter.RemoteIpFilter
-
Sets the type of this filter.
- setUrl(URL) - Method in class org.apache.ftpserver.usermanager.PropertiesUserManagerFactory
-
Set the URL used to store and read users.
- setUseDefaultCommands(boolean) - Method in class org.apache.ftpserver.command.CommandFactoryFactory
-
Sets whether the default commands will be used.
- setUserManager(UserManager) - Method in class org.apache.ftpserver.FtpServerFactory
-
Set the user manager to be used by servers created by this factory
- SslConfiguration - Interface in org.apache.ftpserver.ssl
-
SSL configuration
- SslConfigurationFactory - Class in org.apache.ftpserver.ssl
-
Used to configure the SSL settings for the control channel or the data
channel.
- SslConfigurationFactory() - Constructor for class org.apache.ftpserver.ssl.SslConfigurationFactory
-
- start() - Method in interface org.apache.ftpserver.FtpServer
-
Start the server.
- start(FtpServerContext) - Method in interface org.apache.ftpserver.listener.Listener
-
Start the listener, will initiate the listener waiting on the socket.
- stop() - Method in interface org.apache.ftpserver.FtpServer
-
Stop the server.
- stop() - Method in interface org.apache.ftpserver.listener.Listener
-
Stop the listener, it should no longer except socket requests.
- suspend() - Method in interface org.apache.ftpserver.FtpServer
-
Suspend further requests
- suspend() - Method in interface org.apache.ftpserver.listener.Listener
-
Temporarily stops the listener from accepting socket requests.