Mock SSH and SFTP testing library for running an SSH server in process. SFTP uses a local temporary directory
This library is still under development. Feel free to use, contribute but there could be changes to the API until it reaches 1.0 status. Of course, we'll try to keep breaking changes to a minimum.
Table of Contents
- [Example Usage] (#example-usage)
- [License] (#License)
<dependency>
<groupId>software.sham</groupId>
<artifactId>sham-ssh</artifactId>
<version>0.1.0</version>
</dependency>
The artifacts are available in the Maven Central Repository.
If you need to add this to your project manually, you can download it directly from the maven central repository:
Copyright 2015 Ryan Hoegg.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.