We have to upload some files a couple of times every day.
After the files are uploaded we have 2 choiches:
- after uploading the source file extension must change
or
- after uploading the source file should be moved to another folder.
We tried to change the file name with the following command:
RNFR %1
RNTO %1_%m%d%y_%H%M%S
This wil change the file after uploading on the remote site not on the source site.
How can I configure the settings to move or rename the source file?