Download files to local and delete after with notification automatically
I am trying to automate the downloading from my server to my local computer - I'm not familiar with scripting but I have followed this YouTube video - https://www.youtube.com/watch?v=ndvEYOQLc4c which works but I would also like it to delete the file from the server when it has successfully downloaded to my local computer and if possible get some sort of notification to let me know the files downloaded and that they have been successful.
I saw this .NET script - https://winscp.net/eng/docs/library_example_delete_after_successful_download which worked to begin with when I was running it with a testing folder but since I changed it to the main folder it no longer works for some reason.
Anyway, is there a way for me to automate downloading of files which when completed they get deleted from the server and I then receive some form of notification to let me know what files have been downloaded? Also I would want this to be one way.
Thanks
Matt