I am using Apache Mina SFTP client(.apache.sshd.sftp.client) and using SftpClient.rename() method to rename a file on remote sftp server. Apache Mina Client is copying the file with new name and deleting the original file instead of renaming the original file.
How can a remote file be renamed instead of copying using Apache Mina Sftp client?