Package ubic.gemma.core.loader.util.ftp
Class AnonymousFTPCLientAuthenticator
java.lang.Object
ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
ubic.gemma.core.loader.util.ftp.AnonymousFTPCLientAuthenticator
- All Implemented Interfaces:
FTPClientAuthenticator
-
Field Summary
Fields inherited from class ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(org.apache.commons.net.ftp.FTPClient client, String host) Methods inherited from class ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
authenticate
-
Constructor Details
-
AnonymousFTPCLientAuthenticator
public AnonymousFTPCLientAuthenticator()
-
-
Method Details
-
authenticate
public void authenticate(org.apache.commons.net.ftp.FTPClient client, String host) throws IOException - Throws:
IOException
-