delete by file type after synchronize
I have no problems sync'ing the files to the server but I need to delete a specific file type in a folder full of other files and leave the rest there. The filename changes with the date so there is no static setting for me to point to. Is there some kind of wildcard delete option where it only deletes specific file types that I can use? Thanks!
Example of script I would like to run:
synchronize remote "D:\Upload\"
put -delete "D:\Upload\*.csv"
exit
Example of script I would like to run:
synchronize remote "D:\Upload\"
put -delete "D:\Upload\*.csv"
exit