What is middleware scripting?
Middleware scripting is a server side scripting that connects the web server to a database.
What is the difference between SSH and FTP and why do we use each?
SSH is used to securely connect to a remote server so we can run commands. FTP is used to upload and download files between local computer and server. We use SSH for command-line access, and FTP to transfer website files