Re: Rename existing file using Pattern
I like this feature, i hope future versions will have this :)
.
. But this works with SFTP only.
file.ext.old
, for example, so that it is not overwritten, but the new file is copied and takes the place of the old file.
{name}_new.{ext}
hello.txt
to be renamed to hello_new.txt
if the destination file already exists.