Download List

Descripción del Proyecto

Juggle is a modular multi-threaded file transfer program for java2, which can use various file transfer protocols and plugins such as FTP and HTTP. Only FTP is implemented at the moment. It uses a text UI. Its file transfer libraries can be embedded in other applications.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
0.1.2

Más allá de las muchas correcciones de errores los cambios incluyen remota de almacenamiento de lista de directorios (como ncftp) de modo que no es necesario descargar un directorio en dos ocasiones, una Implantación ftp casi completa, un instalador, y dos nuevos comandos de la interfaz de usuario, cerrar y quitar.
Beyond the many bug fixes the changes include remote directory listing storage (like ncftp) so that you don't need to download a directory twice, an almost complete ftp implemenation, an installer, and two new UI commands, close and remove.

2001-01-30 15:13
0.1.1

Utilities.getAddress () ha sido modificado para utilizar el enchufe en lugar de InetAddress.getLocalHost (). Esto permite que los comandos FTP PORT para las personas con dial up (IP dinámica) las conexiones a la red. Sesiones FTP pasivo, y el usuario y los comandos de LCD ha sido agregado a FTP. El sistema en CommandPrompt.java ahora muestra el tipo de sesión también.
Utilities.getAddress() has been modified to use the socket instead of InetAddress.getLocalhost(). This allows ftp PORT commands for people with dial up (dynamic ip) connections to the net. Passive ftp sessions, and the USER and lcd commands have been added to FTP. The prompt in CommandPrompt.java now shows the session type too.

2001-01-30 15:13
0.1.0

Primera versión pública.
First public release.

Project Resources