I'm setting up a custom Github action to automatically deploy the project using FTP. The problem I'm having is that if the server is running the action fails because it can't remove the running .exe file. So I have to shut down the server manually and then turn it back on. Is there a way to automate this using FTP? Shut down the service, update the files, and then run the service again. Thanks