Package ubic.gemma.core.loader.util.ftp
Interface FTPClientAuthenticator
- All Known Implementing Classes:
AbstractFTPClientAuthenticator
,AnonymousFTPCLientAuthenticator
,UsernamePasswordFTPClientAuthenticator
public interface FTPClientAuthenticator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticate
(org.apache.commons.net.ftp.FTPClient client, String host)
-
Method Details
-
authenticate
- Throws:
IOException
-