Skip to content

Releases: edwardUL99/simple-ftp

Bug Fixes

10 Jun 08:09
Compare
Choose a tag to compare

This release fixes the following bugs:

  • If multiple files are copied into the same directory, they got scheduled. Scheduling should only be done for removal/move operations.
  • If a FileService was started by calling FileService#start() instead of FileService#schedule(), the task would not be displayed in "View Background Tasks" dialog
  • If multiple files were selected and then one of the selected files was clicked, rather than the single file being made selected and unselecting all the other ones, all the files would get unselected with a StackOverflowException

Testing has shown that the issue has been fixed, but there may still be some issues surrounding multi-selection that are hard to reproduce.

Drag and drop issue into a directory file entry fixed

29 May 15:01
e175b9e
Compare
Choose a tag to compare

There was a small issue where files could not be dragged and dropped into directory line entries on the file panel. That has now been resolved with this release

Fixed small bug with multi-selection

23 May 10:41
2c1b471
Compare
Choose a tag to compare

When multiple files were selected and the user proceeded to select a different file with the dropdown box in the file panel toolbar, the multi-selection wouldn't clear and the chosen file wasn't selected. This has been resolved in this release

Added multi-select functionality

18 May 20:34
3c2a169
Compare
Choose a tag to compare

Files can now be multi-selected by clicking the icon on the listing with the left mouse button or ctrl + click on the whole listing entry. These multiple selected files can be deleted together, copied/pasted and drag and dropped.

Small bug fix for setting connection timeout on login

18 May 09:27
751db32
Compare
Choose a tag to compare

Before, connection timeout on login would not work as regardless of the value entered, the connection would not time out. That has been resolved now

Bug fix for copying/moving files to empty directories

07 May 10:11
981249f
Compare
Choose a tag to compare

An issue was found where files could not be dragged and dropped from one panel to an opened empty directory on another panel. This release is a small bug fix release resolving this issue.

The workaround before was to move up a level and drag and drop the file into the empty directory in the directory listing, but with this release that issue has been fixed.

There are no property file changes in this release so a backup of your existing simpleftp.properties on install and restore afterwards should be sufficient.

First Release

09 Feb 20:45
Compare
Choose a tag to compare

This release is the first release for the SimpleFTP project. It introduces all the required features for navigating local and remote directories, creating files and directories, basic editing and copy/move of files. It is a drag-and-drop program.

Known Issues

  • If there are 2 files in the same directory but their names are different cases e.g. Java vs java, even on a remote server based on unix which is case-sensitive, the files will be treated equally
  • The timeout time entered on the login window has little to no effect

JAR Artifact Attached
This JAR cannot be run as-is. The install/simpleftp_install.sh needs to be called (with -v 1.0 if this is not latest release)