i am trying to connect ubuntu server using sftp server. But the problem is i have a ppk key and i mustn't convert it to openssh. Is there a way to connect to server using ppk from command line? This is how i tried.
sftp -oIdentityFile=/keys/privatekey.ppk sftpuser@sftpserver