JvFTP Client
Features:
- Uploads / downloads files
- Recursive directory uploads
- Concurrent data transfers
- Both passive / active data transfer modes
- Swing components for browsing files and directories
- AWT components for browsing files and directories
Tested with:
- SunOS 5.7, FTP server
- BSD-199506, FTP server
- SuSE Linux 6.4 (i386), FTP server
- HP-UX B.11.00 U 9000/800, FTP server
- MS Windows, BulletProof FTP server v2.1.5
- MS Windows 2000, Microsoft FTP Publishing Service 5.0
Download binary:
Click here to download FTP client, binaries, sources
and documenation form http://sourceforge.net/projects/jvftp
- FTP Client 0.73 (12/11/2008) Java 1.5+;
- FTP Client 0.72 (17/10/2003) Java 1.1+;
Programming Tutorial:
Release history:
- FTP Client Library 0.73 (12/11/2008)
Updated to Java 5+
- FTP Client Library 0.72 (17/10/2003)
Java 1.1 AWT components added.
Autodetect of Java 2 version dependent features implemented.
FtpFile#examineWinListDate() date parsing fixed
Kudos to Petr Olsovec, who sent me the code fragments with fixes.
- FTP Client Library 0.71 (11/09/2003)
moved to jvftp.sourceforge.net
FtpFile#mkdirs() fixed
FtpFile#listCoFiles(filter) null pointer fixed
Kudos to Jean Lazarou, who sent me the code fragments with fixes.
- FTP Client Library 0.70 (01/01/2002)
dos/unix listtype recognition implemented
- FTP Client Library 0.67 (11/26/2001)
list device-file bug fixed
- FTP Client Library 0.66 (11/23/2001)
swing component for listing files updated
(1 select file on character typed feature added)
(2 standard TAB and ENTER actions unmapped
feature is disabled because requires v1.3
can be uncommented in source file if needed)
- FTP Client Library 0.65 (11/06/2001)
filename with blanks support added
soft-linked dir discovery support added
control connection CRLF bug fixed
- FTP Client Library 0.61 (11/02/2001)
soft-linked dir discovery bug fixed
- FTP Client Library 0.60 (10/22/2001)
ms ftp publishing service support added
list filename-filter added
- FTP Client Library 0.53 (10/12/2001)
recursive delete bug fixed
name-list bug fixed
- FTP Client Library 0.52 (10/03/2001)
swing component for listing files updated
- FTP Client Library 0.51 (10/01/2001)
original release
Note:
- If you find this library useful, feel free to use it in your applications. Library is provided under the terms of GNU Lesser General Public License (LGPL). Also, I do not provide any sort of guaranties for the library, but I am willing to fix bugs promptly when found.