VFSJFileChooser 0.0.2 (Default branch) |
|
|
VFSJFileChooser is a Java Swing component that
allows you to browse both remote and local
filesystems. It is based on the Apache Commons VFS
library. It can replace the standard Java
JFileChooser in applications that need to access
remote files. It supports all the protocols
available in Commons VFS: FTP, FTPS, SFTP to
access files using SSH, SMB to browse
Windows/Samba shares, HTTP, and HTTPS.
License: The Apache License 2.0
Changes:
A patch was submitted to sort files by name. The "home" button will no longer bring you back to your local home folder if you're browsing a remote directory. A details view is being added as a complement to the existing list view. A right-click popup has been added to the file name textbox.
|