Re: Rename local directory files
Themv
command works with remote files only:
https://winscp.net/eng/docs/scriptcommand_mv
One solution is to directly download the files to the desired extension:get *.temp *.txt
Or you can rename them in a wrapper batch file using theren
command, after WinSCP script finishes.
Thank you! That was very healpful! :D