SFTPGo v0.9.5 Release Notes

Release Date: 2020-01-12 // over 4 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘Œ Support for Git repositories over SSH.
    • ๐Ÿ‘Œ Support for rsync over SSH.
    • โช Backup and restore via REST API. You can now easily backup your users, in a database independent format, and switch between the supported data providers.
    • ๐Ÿง Scripts to import Linux system users and Pure-FTPd/ProFTPD virtual users
    • Per user IP filters: login can be restricted to specific ranges of IP addresses or to a specific IP address
    • Custom authentication using external programs.
    • Per directory permissions. You can now set permissions such as these ones:

    {'/': ['*'], '/somedir': ['list', 'download']}

    โฌ†๏ธ If you are upgrading from a previous version please apply the appropriate SQL upgrade script for your database before starting the 0.9.5 version.