Interface | Description |
---|---|
ServerConfiguration |
Interface for objects that provide access to server-specific information.
|
ServerConfigurationAware |
Interface for classes that provide setter and getter to access a ServerConfiguration instance.
|
Class | Description |
---|---|
FakeFtpServer |
FakeFtpServer is the top-level class for a "fake" implementation of an FTP Server,
suitable for testing FTP client code or standing in for a live FTP server.
|
UserAccount |
Represents a single user account on the server, including the username, password, home
directory, list of groups to which this user belongs, and default permissions applied to
newly-created files and directories.
|
Copyright © 2016. All rights reserved.