https://github.com/raravena80/scpgo
Go SCP Implementation using the std golang.org/x/crypto/ssh libraries
https://github.com/raravena80/scpgo
golang scp ssh
Last synced: 3 months ago
JSON representation
Go SCP Implementation using the std golang.org/x/crypto/ssh libraries
- Host: GitHub
- URL: https://github.com/raravena80/scpgo
- Owner: raravena80
- License: apache-2.0
- Created: 2017-12-08T03:30:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T22:07:01.000Z (over 7 years ago)
- Last Synced: 2025-04-13T18:50:57.662Z (6 months ago)
- Topics: golang, scp, ssh
- Language: Go
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scpgo [](https://raw.githubusercontent.com/raravena80/scpgo/master/LICENSE) [](https://travis-ci.org/raravena80/scpgo) [](https://goreportcard.com/report/github.com/raravena80/scpgo)
Go SCP Implementation using the std golang.org/x/crypto/ssh libraries
## Usage
```
This is an SCP implementation in Go.Usage:
scpgo host: [flags]Flags:
-c, --checkKnownHosts Check known hosts
--config string config file (default is $HOME/.scpgo.yaml)
-h, --help help for scpgo
-k, --keyFile string Use this keyfile to authenticate
-p, --port int Port number (default 22)
-q, --quiet Quiet mode: disables the progress meter as well as warning and diagnostic messages
-r, --recursive Recursive copy
-v, --verbose Verbose mode - output differs from normal copier
```