I have a script that was provided for me so i can download database backups that are generated. Script works fine but i'd like to change the location they are downloaded to, or move them after they are downloaded
Currently they are downloaded into the folder with the bat file. I'd like them in
App Folder -> mysql
This is the two files that deal with the downloading
The file i run. downloads.bat
ftp -i -s:ftp.txt
and this is ftp.txt
open midnighttempest.com
user
pass
cd backups/
binary
mget archives/
mdelete archives/
quit