|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The FTP client connection strategy.
| Method Summary | |
void |
authenticate(com.jscape.inet.ftps.FtpsClient client,
java.lang.String user,
java.lang.String password,
java.lang.String account)
Performs user authentication. |
com.jscape.inet.ftps.FtpsClient |
createClient(Ftps source,
com.jscape.inet.util.ConnectionParameters parameters,
javax.net.ssl.SSLContext ctx,
java.lang.String[] enabledCiphers,
com.jscape.util.Logger logger)
Creates an appropriate FTP client. |
| Method Detail |
public void authenticate(com.jscape.inet.ftps.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 occurs
public com.jscape.inet.ftps.FtpsClient createClient(Ftps source,
com.jscape.inet.util.ConnectionParameters parameters,
javax.net.ssl.SSLContext ctx,
java.lang.String[] enabledCiphers,
com.jscape.util.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 | ||||||||||