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
public class AnonymousFTPCLientAuthenticator extends AbstractFTPClientAuthenticator
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
log
-
-
Constructor Summary
Constructors Constructor Description AnonymousFTPCLientAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
authenticate(org.apache.commons.net.ftp.FTPClient client, String host)
-
Methods inherited from class ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
authenticate
-
-
-
-
Method Detail
-
authenticate
public void authenticate(org.apache.commons.net.ftp.FTPClient client, String host) throws IOException
- Throws:
IOException
-
-