Package ubic.gemma.core.loader.util.ftp
Class UsernamePasswordFTPClientAuthenticator
- java.lang.Object
-
- ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
-
- ubic.gemma.core.loader.util.ftp.UsernamePasswordFTPClientAuthenticator
-
- All Implemented Interfaces:
FTPClientAuthenticator
public class UsernamePasswordFTPClientAuthenticator extends AbstractFTPClientAuthenticator
Simple username/password authenticator.- Author:
- poirigui
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.loader.util.ftp.AbstractFTPClientAuthenticator
log
-
-
Constructor Summary
Constructors Constructor Description UsernamePasswordFTPClientAuthenticator(String username, String password)
-
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
-
-