What is middleware scripting?
Middleware scripting is the code that allows communication between the frontend and backend. For example you can write to a database using PHP.
What is the difference between SSH and FTP and why do we use each?
SSH allows you to log into a computer remotely and use that computer as though you were physically in front of it. FTP allow you to remotely upload files and documents to a server. SSH is used when you need to access and use complete system that you can't access directly. FTP is used to upload files and documents to a remote server that you can't access directly.away