I have an FTP script that needs to be run in the CMD for me to be able to add a file in the website, now my main work is to automate testcases using cypress and a testcase requires me to get a new file so i have to manually run my ftp script in CMD again and again SO i was wondering if there is a way to automate that as well.
I tried using some node modules like basic-ftp and ssh2-sftp-client but was not able to get it