1
0
Fork 0
mirror of https://github.com/Luzifer/worktime.git synced 2024-10-19 00:24:21 +00:00
worktime/vendor/github.com/pkg/sftp
2016-09-24 15:00:03 +02:00
..
.gitignore Vendor deps 2016-09-24 15:00:03 +02:00
.travis.yml Vendor deps 2016-09-24 15:00:03 +02:00
attrs.go Vendor deps 2016-09-24 15:00:03 +02:00
attrs_stubs.go Vendor deps 2016-09-24 15:00:03 +02:00
attrs_unix.go Vendor deps 2016-09-24 15:00:03 +02:00
client.go Vendor deps 2016-09-24 15:00:03 +02:00
conn.go Vendor deps 2016-09-24 15:00:03 +02:00
CONTRIBUTORS Vendor deps 2016-09-24 15:00:03 +02:00
debug.go Vendor deps 2016-09-24 15:00:03 +02:00
LICENSE Vendor deps 2016-09-24 15:00:03 +02:00
packet.go Vendor deps 2016-09-24 15:00:03 +02:00
README.md Vendor deps 2016-09-24 15:00:03 +02:00
release.go Vendor deps 2016-09-24 15:00:03 +02:00
server.go Vendor deps 2016-09-24 15:00:03 +02:00
server_statvfs_darwin.go Vendor deps 2016-09-24 15:00:03 +02:00
server_statvfs_impl.go Vendor deps 2016-09-24 15:00:03 +02:00
server_statvfs_linux.go Vendor deps 2016-09-24 15:00:03 +02:00
server_statvfs_stubs.go Vendor deps 2016-09-24 15:00:03 +02:00
server_stubs.go Vendor deps 2016-09-24 15:00:03 +02:00
server_unix.go Vendor deps 2016-09-24 15:00:03 +02:00
sftp.go Vendor deps 2016-09-24 15:00:03 +02:00

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.