Package ubic.gemma.core.loader.util.ftp
Class AbstractFTPClientAuthenticator
java.lang.Object
ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
- All Implemented Interfaces:
FTPClientAuthenticator
- Direct Known Subclasses:
AnonymousFTPCLientAuthenticator
,UsernamePasswordFTPClientAuthenticator
public abstract class AbstractFTPClientAuthenticator
extends Object
implements FTPClientAuthenticator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
authenticate
(org.apache.commons.net.ftp.FTPClient client, String host, String username, String password) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.gemma.core.loader.util.ftp.FTPClientAuthenticator
authenticate
-
Field Details
-
log
protected final org.apache.commons.logging.Log log
-
-
Constructor Details
-
AbstractFTPClientAuthenticator
public AbstractFTPClientAuthenticator()
-
-
Method Details
-
authenticate
protected void authenticate(org.apache.commons.net.ftp.FTPClient client, String host, String username, String password) throws IOException - Throws:
IOException
-