kops/vendor/github.com/pkg/sftp
Mike Splain 0cf516694e Update dependencies and BUILD.bazel scripts
For updated importpath
2018-09-17 09:57:31 -04:00
..
.gitignore Add missing dependencies 2016-07-26 23:58:58 -04:00
.travis.yml Add missing dependencies 2016-07-26 23:58:58 -04:00
BUILD.bazel Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
CONTRIBUTORS Add missing dependencies 2016-07-26 23:58:58 -04:00
LICENSE Add missing dependencies 2016-07-26 23:58:58 -04:00
README.md Add missing dependencies 2016-07-26 23:58:58 -04:00
attrs.go Add missing dependencies 2016-07-26 23:58:58 -04:00
attrs_stubs.go Add missing dependencies 2016-07-26 23:58:58 -04:00
attrs_unix.go Add missing dependencies 2016-07-26 23:58:58 -04:00
client.go Update vendor 2017-03-16 02:40:45 -04:00
conn.go Add missing dependencies 2016-07-26 23:58:58 -04:00
debug.go Add missing dependencies 2016-07-26 23:58:58 -04:00
packet.go Add missing dependencies 2016-07-26 23:58:58 -04:00
release.go Add missing dependencies 2016-07-26 23:58:58 -04:00
server.go Add missing dependencies 2016-07-26 23:58:58 -04:00
server_statvfs_darwin.go Add missing dependencies 2016-07-26 23:58:58 -04:00
server_statvfs_impl.go Add missing dependencies 2016-07-26 23:58:58 -04:00
server_statvfs_linux.go Update vendor 2017-03-16 02:40:45 -04:00
server_statvfs_stubs.go Add missing dependencies 2016-07-26 23:58:58 -04:00
server_stubs.go Add missing dependencies 2016-07-26 23:58:58 -04:00
server_unix.go Add missing dependencies 2016-07-26 23:58:58 -04:00
sftp.go Add missing dependencies 2016-07-26 23:58:58 -04:00

README.md

sftp

The sftp package provides support for file system operations on remote ssh servers using the SFTP subsystem.

UNIX Build Status GoDoc

usage and examples

See godoc.org/github.com/pkg/sftp for examples and usage.

The basic operation of the package mirrors the facilities of the os package.

The Walker interface for directory traversal is heavily inspired by Keith Rarick's fs package.

roadmap

  • There is way too much duplication in the Client methods. If there was an unmarshal(interface{}) method this would reduce a heap of the duplication.

contributing

We welcome pull requests, bug fixes and issue reports.

Before proposing a large change, first please discuss your change by raising an issue.