com.coldcore.coloradoftp.session |
|
Java Source File Name | Type | Comment |
DataOpenerType.java | enum | The type of the data opener which must be used for the upcoming data transfer.
There are two types: data connection is initiated by a user (PASV) or data connection is initiated
by the server (PORT). |
LoginState.java | enum | User login state. |
Session.java | Interface | User session.
This object is available from a control connection and it is created for every user.
Session is used to store and exchange user-related information. |
SessionAttributeName.java | Class | Common attribute names for a user session to refer to. |