|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Ftps.ConnectionStrategy
The FTP client connection strategy.
Method Summary | |
---|---|
void |
authenticate(FtpsClient client,
java.lang.String user,
java.lang.String password,
java.lang.String account)
Performs user authentication. |
FtpsClient |
createClient(Ftps source,
ConnectionParameters parameters,
javax.net.ssl.SSLContext ctx,
java.lang.String[] enabledCiphers,
Logger logger)
Creates an appropriate FTP client. |
Method Detail |
---|
void authenticate(FtpsClient client, java.lang.String user, java.lang.String password, java.lang.String account) throws FtpException
client
- the connected FTP clientuser
- the FTP user namepassword
- the FTP user passwordaccount
- the optional FTP account
FtpException
- if an I/O or protocol error occursFtpsClient createClient(Ftps source, ConnectionParameters parameters, javax.net.ssl.SSLContext ctx, java.lang.String[] enabledCiphers, Logger logger) throws FtpException
source
- the source Ftps instanceparameters
- the connection parametersctx
- the SSL contextenabledCiphers
- Ciphers enablelogger
- the logger
FtpException
- if an I/O or protocol error occurs
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |