|
Secure FTP Factory | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Ftps.ConnectionStrategy | |
| com.jscape.inet.ftps | Contains client classes for communicating with a FTP server using FTPS (FTP over SSL) |
| Uses of Ftps.ConnectionStrategy in com.jscape.inet.ftps |
| Fields in com.jscape.inet.ftps declared as Ftps.ConnectionStrategy | |
static Ftps.ConnectionStrategy |
Ftps.IMPLICIT_SSL
Connection type for implicit SSL session. |
static Ftps.ConnectionStrategy |
Ftps.AUTH_TLS
Connection type for AUTH TLS FTP session (default). |
static Ftps.ConnectionStrategy |
Ftps.AUTH_SSL
Connection type for AUTH SSL FTP session. |
| Methods in com.jscape.inet.ftps that return Ftps.ConnectionStrategy | |
Ftps.ConnectionStrategy |
Ftps.getConnectionType()
Returns the current connection type. |
| Methods in com.jscape.inet.ftps with parameters of type Ftps.ConnectionStrategy | |
void |
Ftps.setConnectionType(Ftps.ConnectionStrategy connectionType)
Sets the connection type. |
|
Secure FTP Factory | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||