scala-ssh
scala-ssh copied to clipboard
Missing tests for SFTP client
I ran into some issues with the SFTP client (getting Error: SFTP client failed
despite successful SFTP interaction), and wanted to validate this against a reference implementation - but only SCP test cases are present in the ClientSpec.
Test cases for SFTP will allow me to validate the reference behavior and tell me how to correctly use the client.