Uses of Interface
ubic.gemma.core.loader.util.ftp.FTPClientAuthenticator
-
Packages that use FTPClientAuthenticator Package Description ubic.gemma.core.loader.util.ftp Utilities for working with FTP. -
-
Uses of FTPClientAuthenticator in ubic.gemma.core.loader.util.ftp
Classes in ubic.gemma.core.loader.util.ftp that implement FTPClientAuthenticator Modifier and Type Class Description class
AbstractFTPClientAuthenticator
class
AnonymousFTPCLientAuthenticator
class
UsernamePasswordFTPClientAuthenticator
Simple username/password authenticator.Methods in ubic.gemma.core.loader.util.ftp with parameters of type FTPClientAuthenticator Modifier and Type Method Description void
FTPClientFactoryImpl. setAuthenticator(FTPClientAuthenticator authenticator)
Set the authenticator to use to authenticate against FTP servers.
-