Version 2.8 Release Notes

Released August 22, 2018, notes by Daniel Williams

  1. Option to disable log-in form in favor of links
  2. Bug fixes

1. Option to disable log-in form in favor of links

You can now disable Monsta FTP's log-in form and only allow logging in via encoded links or an external form with your /mftp/settings/settings.json file.

"disableLoginForm": true
"postLogoutUrl": "http://example.com/logout.html"

The postLogoutUrl value must be set for the feature to work.

If you're not comfortable editing JSON code you can use our customization wizard.

See also:
How to log in from an external form
How to generate log-in links
How to auto-generate log-in URLs


Note, this customization option is only available in the Business and Host Editions.

2. Bug fixes