# Checking for updates
To check if an update is available, go to the Settings page. There will be a notification at the bottom of the page indicating the currently installed version and if there is an update available.
# Updating the Application
The application can be updated by running the update
command. This will downloaded the latest application package and install it.
# On Linux:
- Open a SSH session to your virtual machine.
- Enter the command
sudo filemage update
. - Answer
yes
when prompted. Note that the application will restart.
# On Windows:
- Open a RDP session to your virtual machine.
- Open a administrator command prompt.
- Enter the command
filemage update
. - Answer
yes
when prompted. Note that the application will restart.
# Change Log
# 1.5.8
- Hide folders that that the user cannot access.
- Add support for Proxy Protocol on FTP listener.
# 1.5.6
- Fix bug in Azure Service Identity token retrieval and caching.
- Add feature to check for and install updates.
- Set MIME type based on file extension when uploading to Google Cloud Storage.
- Show virtual folders when a defining folder permissions.
# 1.5.5
- Add setting to configure HTTP healthcheck endpoint.
- Set MIME type based on file extension when uploading to Azure Blob Storage.
- Add configurable password requirements.
- Add configurable session age setting.
- Add CORS whitelist setting.
- Add setting to configure TLS ciphers and versions.
# 1.5.3
- Add support Google Cloud metrics.
# 1.5.0
- Add option to set expiration date for user accounts.
- Allow FTP clients that don't support SNI to connect when using ACME certificates.
# 1.4.1
- Add support for SSH certificate authentication.
- Fixed a bug where downloading a file using FTP in Chrome did not work.
# 1.4.0
- Add user IP whitelisting.
- Fixed a bug where 0 byte files uploaded with SFTP where not created.
# 1.3.9
- Improved download performance.
- Fixed a bug where the disable password checkbox was not working.
- Add option to disable all SFTP password logins.
- Clearer error message when storage account is not reachable.
- Retry calls to Azure metadata service.
# 1.3.7
- Add Azure Active Directory integration.
- Add authentication logger option.
- Add reset password helper scripts.
- Add support for using Azure Managed System Identity.
# 1.3.5
- Add support for banning IPs with excessive failed logins.
# 1.3.3
- Add Windows support.
# 1.3.0
- Add audit log.
# 1.2.12
- Prevent directory listing timeouts by using smaller page sizes.