An SCP Server using Apache SSHD. Language: Java
###Labraries which you need:
- sshd-core
- mina-core
- slf4j-api
- slf4j-jdk14
###How to compile and run? You need only download the source codes (from /src directory) or jscp-1.0.jar (from /jar directory). Also you should download the libraries (from /lib directory). Only put the jar files in the class path, compile and run it.
###How to use? Please visit the Main.java file in /src directory. You can see how to work with it!
###Contributor Hamed Zamani: [email protected] http://khorshid.ut.ac.ir/~h.zamany/ http://hamedz.ir/
###License Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.