Uses of Package
com.Prominic.jFTPd

Packages that use com.Prominic.jFTPd
com.Prominic.jFTPd   
 

Classes in com.Prominic.jFTPd used by com.Prominic.jFTPd
AdminConnection
          jFTPd opens up an administrative port which you can use to control it.
Connection
           
ConnectionHandler
          Interface for a connection handler.
CRLFPrintWriter
          As stated in the RFC for FTP, the commands that are sent/received during the communication Creation date: (10/9/2001 7:44:09 PM)
FTPConnection
          This class represents and FTP Connection created when an user connects to the FTP server.
FTPConnection.ConnectionState
          This class represents the current state of the connection - whether the control connection is secured or not - whether the data connection is secured or not It embeds the socket and also handles the communication with the server because it knows to use a SSL or a plain text socket.
FTPEvent
          This is the [single] event that propagates inside the jFTPd.
FTPHandler
          This is the main part of the server.
FTPLogger
          This class receives FTPEvents and logs them into the log file.
FTPSecuritySource
          Generic security source (either based on a user defined on users.dat file or on anonymous user).
FTPUser
          This class represends a user accessing the jFTPd server.
FTPUserListSecuritySource
          This class implements a security source based on the users.dat file.
GenericServer
          Interface for a generic server.
HashtableTableModel
           
IdleKiller
          This class is used to kill idle connections - that is connections that didn't send any command in the specified period and which don't do any transfers - are not busy.
PassiveConnection
          This thread takes care of opening a passive connection when the FTP client requests this using the PASV command.
PropertiesTableModel
           
PulseGroup
           
RemoteController
          RMI Controller for FTPHandler, but it is not used in production.
RmtCtrlGenerator
           
WildcardFilter