Rclone rename file or move file

So I execute

rclone move gd-crypt:/Photos/3.jpeg gd-crypt:/Photos/6.jpeg
so the file is goingt to Photos/6.jpeg/3.jpeg instad of Photos/6.jpeg
below is how my Photos dir looks like after I run that command

4699469 Photos/3.jpeg
4699469 Photos/6.jpeg/3.jpeg

anyway to rename the file Photos/3.jpeg to Photos/6.jpeg ? or move the file to different folder with different filename?

Thanks.

You want this if you want to change the name of a file

rclone moveto gd-crypt:/Photos/3.jpeg gd-crypt:/Photos/6.jpeg