dacr / jassh

High level scala SSH API for easy and fast operations on remote servers.
Apache License 2.0
71 stars 27 forks source link

Add cd and rm #10

Closed mgregson closed 9 years ago

mgregson commented 9 years ago

Add support for manipulating the working directory, and removing files and directories from the remote system to the SFTP wrapper.

Depends on #8

My apologies for the stream of pull requests - I'm working on a project that depends on this functionality and have been adding it as I encounter the need.