Package io.milton.ftp


package io.milton.ftp
  • Class
    Description
     
    Fake Request object to be used for authorisation.
     
    Represents a resource (possibly null) and an absolute path (never null)
    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.
    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.
    Wraps DefaultFtpHandler, adding support for filters
     
    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.
     
     
    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.
    Wraps a UserManager from apache FTP to provide a UserManager for milton
     
    Wraps a standard milton securitymanager to implement the UserService required by FTP.