Chandra Sekhar R created SSHD-1345: -------------------------------------- Summary: SftpClient.rename() is copying the file and then deleting the original file Key: SSHD-1345 URL: https://issues.apache.org/jira/browse/SSHD-1345 Project: MINA SSHD Issue Type: Bug Reporter: Chandra Sekhar R
I am using Apache Mina SSHD SFTP to rename a file on sftp server. Calling SftpClient.rename() method to do the same. But this method is copying the source file to destination file and then deleting the source file. But when I do the same usings sftp client binary comes with linux the file is just renamed. How to acheive renaming of file using SftpClient ? -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org