Hey guys I've just started developing a new theme for ISPConfig, but everytime I make a change I have to upload the files to an existing site and then via ssh move the uploaded files to the templates dir under ISPConfig web... My question is, how can I simplfy this process? Is it possible to upload files via FTP directly to templates dir? If it is, how?
You can't use FTP to get there from my understanding, but you can use SFTP to get there. You would just need the credentials for the server.
SFTP is just a secure protocol that allows you to essentially transfer files through SSH. If you have root access, you can login through an FTP client that supports SFTP on port 22. When you login, you can see the entire file system of the server, and you can make changes that way. If you wanted you could install notepad++, and you could just edit the files directly on the server.
On the toolbar, click PLugins -> NppFTP -> Show NppFTP Window. When you click that, it should show you the window to configure your settings on the right hand side of the editor. Click the wheel/cog to set the settings. Enter all your information select sftp and connect.
Just remember when your done to block ssh root access. No forward facing server should ever allow root logins via ssh. CentOs does by default but should be disabled.