k3s/vendor/github.com/pkg/sftp
Mike Danese a05c3c0efd autogenerated 2017-04-14 10:40:57 -07:00
..
.gitignore
.travis.yml
BUILD autogenerated 2017-04-14 10:40:57 -07:00
CONTRIBUTORS
LICENSE
README.md
attrs.go
attrs_stubs.go
attrs_unix.go
client.go Update sftp package 2016-10-08 20:41:57 -04:00
conn.go
debug.go
packet.go
release.go
server.go
server_statvfs_darwin.go
server_statvfs_impl.go
server_statvfs_linux.go Update sftp package 2016-10-08 20:41:57 -04:00
server_statvfs_stubs.go
server_stubs.go
server_unix.go
sftp.go

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.