FTP Access

We offer a simple admin interface to work with all the template files, but working locally and sending updates over FTP offers a much nicer workflow for designers and developers.

With FTP access you could:

  • Use any code editior, (such as Sublime text 3)
  • Version control (such as git) can be used to control revisions of your views, and to help as a backup
  • Several ftp clients and many code editors provide plugins to auto sync files on change. This allos you to work in your editor locally, hit save and

FTP Accounts can be requested for existing sites and should be provided for al new sites.

please note we do not keep the passwords, but we can re-generate them for you if needed

FTP Directory Access

FTP gives you access to the /userfiles/ directory in your site.

In here you should find all image / asset files and directories, but also a /views/ directory.

The /views/ directory contains each template directory, which then contains all the template files:

views/
    0-base/...
    legacy-base/...
    legacy-site/...
    responsive-base/...
    responsive-site/
        css/
            site.css.twig
        js/
            site.js.twig
        html/
            ...
        template_config.json