|
Projects
JShell |
JShell is a framework to build command line interfaces to Java applications. The library starts a shell
into which application interfaces can be plugged-in. The (gory) argument parsing, option listing, etc
is handled by the framework.
|
LDAPSH |
LDAPSH is a JSHELL plug-in that can be used to traverse a LDAP directory. It can be used to view
entries,edit entries and search trees. A custom editor can be configured on the shell for entry editions.
|
FTP-J |
FTP-J is a FTP client built in Java. It has some advanced features that include -
- FTP Control connection pooling - Configure the pool to hold mutliple FTP connections.
- Background Transfers - Asynchronous background transfers. Data Transfer can be done on background threads.
- Connection Keep-alives - The connections in the connection pools is kept alive with the NOOP commands.
- Segmented Downloads - Downloads can be accelerated by using segmented downloads.
|
|