# remote-sshj **Repository Path**: amjil/remote-sshj ## Basic Information - **Project Name**: remote-sshj - **Description**: 通过Clojure远程运行ssh scp命令--参考 https://github.com/re-ops/re-mote - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-26 - **Last Updated**: 2021-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # amjil FIXME: description ## Installation Download from http://example.com/FIXME. ## Usage $ (require '[amjil.scp :as scp]) $ (def remote {:host "10.220.5.71" :ssh-port 22 :user "root" :password "password"}) $ (scp/upload "project.clj" "./" remote) $ (scp/download "project.clj" "./" remote) ## Options FIXME: listing of options this app accepts. ## Examples ... ### Bugs ... ### Any Other Sections ### That You Think ### Might be Useful ## License Copyright © 2018 FIXME Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.