What operation is performed by this code in an FTP client?
ftp.rename("oldName", "newName");
Changes the name of a file from "oldName" to "newName"
Uploads a file with the name "newName"
Downloads a file named "oldName"
Deletes a file named "oldName"