I need to rename file within Mikrotik. I know its name.
Manual shows no hints how to do it.
It is not possible to rename files
Still having this problem in Mikrotik?
Old post, but it has a good score on google so maybe it will help someone; the workaround i use to rename a file is to copy it via “fetch” and then remove it.
To rename fileA to fileB:
/tool fetch address=127.0.0.1 mode=ftp user=[USER] password=[PASS] src-path=fileA dst-path=fileB
/file remove fileA