| Interface | Description |
|---|---|
| FtpActionListener | |
| UserService |
| Class | Description |
|---|---|
| FtpRequest |
Fake Request object to be used for authorisation.
|
| MiltonFsView | |
| MiltonFsView.ResourceAndPath |
Represents a resource (possibly null) and an absolute path (never null)
|
| MiltonFtpAdapter |
Adapts a milton resource factory into an FTP file system, which allows integration
with Apache FTP. ie with this class a milton data source can be accessed by
webdav and FTP simultaneously.
|
| MiltonFtpFile |
Adapter to between apache FTP's FtpFile interface and milton's Resource interface
This class can wrap any Resource instance and will allow or disallow requests
as appropriate given what methods the resource instance supports - E.g.
|
| MiltonFtpHandler |
Wraps DefaultFtpHandler, adding support for filters
|
| MiltonFtplet | |
| MiltonListener |
This class is copied from org.apache.ftpserver.impl.DefaultFtpHandler
The only change is that this takes a FtpHandler in its constructor
which is what gets hooked up to Mina.
|
| MiltonListenerFactory | |
| MiltonUser | |
| NameAndAuthority |
Parse a string into three components
- username
- domain
- authority
The domain field is to support servers which serve multiple domains, where the user list
is defined per domain.
|
| UserManagerAdapter |
Wraps a UserManager from apache FTP to provide a UserManager for
milton
|
| WrappingFtpSecurityManager |
Wraps a standard milton securitymanager to implement the UserService required
by FTP.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.