Interface FTPClientAuthenticator

All Known Implementing Classes:
AbstractFTPClientAuthenticator, AnonymousFTPCLientAuthenticator, UsernamePasswordFTPClientAuthenticator

public interface FTPClientAuthenticator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticate(org.apache.commons.net.ftp.FTPClient client, String host)
     
  • Method Details