Installatron Server uses the path value (defined as part of the user's websites, or provided to Installatron Server On Demand) to communicate with the destination web server. Due to the nature of the FTP protocol, all FTP-based protocols (FTP, FTPS and SFTP) limit the speed at which file operations can be completed.
To improve performance when using an FTP-based protocol, a SSH connection can be activated on demand which enables Installatron Server to execute commands efficiently on the destination web server.
To use this solution, implement these PHP methods:
-in this file:
Here is an example implementation of these methods in panel.php, to get you started:
With those methods performing their required tasks your user's FTP-protocol paths will be much more efficient.
Don't hesitate to contact Installatron Support if you have questions.