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