Thorium Builder includes an FTP uploader for publishing your Website to a server.
When you subscribe to an Hosting Plan, your provider will send you an FTP address and user account to access to the server with FTP.
You must use theses settings to publish your WebSite.
Important: depending on the project type you will publish on your server, here are the minimum requirements:
If you publish a simple Web site or WebApp without Database and without Users Forms: there are no special requirements, just a working HTTP server.
If you publish a simple Web site or WebApp with a User Forms: your Server must have a PHP engine with the mail function enabled.
If you publish a simple Web site or WebApp with a Database: your Server must include a PHP engine with the SQLLIte3 extension enabled.
Fortunately, this is a common configuration, and both mail and SQLLite3 extensions are very often enabled by default, but in order to make sure everything will work correctly, check it before with your hosting provider or verify your Hosting configuration.
that this tool offers the minimum functionalities for publishing your project with FTP.
For more advanced possibilities, we recommend to use external tools, the best known is Filezilla (free) , you can download it from the following address:
In order to publish your project online, select the Publish button located in the main toolbar.
Use this option when you want to get a copy of your website/webapp.You can then manually transfer your project to your server by using an 3rd party transfer tool.
Use this Option when you want to publish your Project directly to your server by FTP with Filezilla.
Thorium Can memorize the credentials and pass it automatically to Filezilla (username, host, etc…).
You can download filezilla here:
For advanced users, you can directly execute some Shell commands for publishing your project.
...