No description
- Go 97.8%
- Makefile 2.2%
| internal/sshconfig | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | Refactor to close dest earlier; note about lack of remote utimensat support | |
| Makefile | ||
| README.md | Note | |
| sftp.go | Refactor to close dest earlier; note about lack of remote utimensat support | |
Is running ssh -G the only "sane" way to parse ssh config?
Rather than: https://github.com/kevinburke/ssh_config (and others?)
A small sftp tool that can skip files that already exist on the destination, which neither sftp(1) nor scp(1) can. Otherwise very limited feature set. Things may be added as I need them.