Package ubic.gemma.core.loader.util.ftp
Interface FTPClientAuthenticator
-
- All Known Implementing Classes:
AbstractFTPClientAuthenticator
,AnonymousFTPCLientAuthenticator
,UsernamePasswordFTPClientAuthenticator
public interface FTPClientAuthenticator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authenticate(org.apache.commons.net.ftp.FTPClient client, String host)
-
-
-
Method Detail
-
authenticate
void authenticate(org.apache.commons.net.ftp.FTPClient client, String host) throws IOException
- Throws:
IOException
-
-