1
0
Fork
You've already forked sxp
0
No description
  • Go 97.8%
  • Makefile 2.2%
2026年06月02日 13:45:25 +02:00
internal/sshconfig
go.mod
go.sum
LICENSE
main.go Refactor to close dest earlier; note about lack of remote utimensat support 2026年05月31日 20:17:20 +02:00
Makefile
README.md Note 2026年06月02日 13:45:25 +02:00
sftp.go Refactor to close dest earlier; note about lack of remote utimensat support 2026年05月31日 20:17:20 +02:00

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.