Remote file rename

What is the best way to rename a remote file using wildcard characters? I saw the FTP RENAME command, but it does not like wildcard charcters.

rsh and rcp are dangerous options as they require remote services "RPC/portmapper" to be run.
scp will require "ssh-server" to be installed