Articles from general category

SFTPPlus 3.18.0 Release

Thu 15 December 2016 | general release

We are pleased to announce the latest release of SFTPPlus, version 3.18.0.

It includes support for listening on port below 1024 using Unix special capabilities and permissions.

The server-side home folder creation capabilities were improved to allow creating a set of directories and subdirectories after an account is successfully authenticated.

Here is the list of adder minor improvements:

  • It is now possible for event handlers to filter an event based on the UUID of the component which has generated the event.
  • It is now possible to configure a template for generating the body of the email sent by the email-sender event handler.
  • The audit message for loading a CRL was updated to include the date and time at which the CRL will be reloaded together with information about the date and time advertised by the CRL for the next publish and next update.

This release also comes with a few defect fixes. Here are the most important defect fixes:

  • On Linux and Unix systems, when the SFTP server-side creates new files, their permissions are filtered against the configured umask. This was a regression introduced in version 2.8.0, in which the umask value was not used for the newly created files.
  • Monitoring/watching a location is no longer stopped when a file is quickly moved then removed, moved then create another file with the same name or moved and then modify the moved file.

You can check the full release notes.

• • •

SFTPPlus 3.17.0 Release

Tue 15 November 2016 | general release

We are pleased to announce the latest release of SFTPPlus, version 3.17.0.

It includes a fix for the FTPS connection not being successfully closed in the case in which the FTP client issues the QUIT command. This affects only the server-side functionality and only the implicit and explicit FTPS protocols. The FTP protocol is not affected.

The FTP and FTPS server-side protocol implementations were update to no longer block when listing directories with many many members.

This release adds support for configuring the LDAP attribute associated with the username when the BIND DN is created for the authentication request.

You can check the full release notes.

• • •

SFTPPlus 3.13.1 Release

Wed 02 November 2016 | general release

SFTPPlus version 3.13.1 was release as a bugfix release on top of 3.13.0.

It includes a security fix in which the transfer scripts were previously executed a root, even if the process was configured to run under a non-root account.

If possible we recommend upgrading to version 3.16.0 as the security fix is also included in that version, together with many other new functionalities and minor bug fixes.

You can check the full release notes.

• • •

SFTPPlus 3.11.1 Release

Thu 27 October 2016 | general release

SFTPPlus version 3.11.1 was release as a bugfix release on top of 3.11.0.

It includes a security fix in which the transfer scripts were previously executed a root, even if the process was configured to run under a non-root account.

If possible we recommend upgrading to version 3.16.0 as the security fix is also included in that version, together with many other new functionalities and minor bug fixes.

You can check the full release notes.

• • •

SFTPPlus 3.16.0 Release

Thu 27 October 2016 | general release

We are pleased to announce the latest release of SFTPPlus, version 3.16.0.

It includes a security fix in which the transfer scripts were previously executed a root, even if the process was configured to run under a non-root account. This affects only the client-side functionality. As long as only server-side functionality was used, you are not affected by this security issue.

This release adds support for the FTP REST, MFMT, SITE UTIME commands, as well as allowing to set the modified time using the MDTM command.

Here is the list of some other defect fixes included in this release:

  • Monitoring/watching a location is no longer stopped when a file is quickly moved to overwrite an existing file.
  • An internal error is no longer generated for STOR and APPE FTP commands when failing to open the requested file due to a generic error.

You can check the full release notes.

• • •