I'm trying to automate a batch file to run Core FTP and upload several data files to an ftp server daily. I am able to do that successfully but once the transfer is complete; I will run another line of commands to move the local copy of the data files to another folder. I don't want to move the files unless I have confirmation that the FTP transfer uploaded correctly.
My questions:
Is there a way to have Core send a confirmation e-mail?
Is there a way for Core to send a success message to the Command Prompt so that the batch file can determine if it needs to move the files or leave them alone?