* Inconsistencies between godeps and vendor * Update spf13/cobra to 9c28e4b Previous HEAD position was f62e98d... Merge pull request #300 from cshung/master HEAD is now at 9c28e4b... Merge pull request #339 from bogem/fixes * Update spf13/pflag to c7e63cf Previous HEAD position was 1560c10... Bump Go versions in Travis config HEAD is now at c7e63cf... Merge pull request #93 from bogem/flagStrings * Update spf13/viper to ed0a967 Previous HEAD position was 382f87b... Remove expensive TRACE logging HEAD is now at ed0a967... Fix retrieval of pflag stringSlice (#240) * Update docker/machine to 91e368 |
||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTORS | ||
LICENSE | ||
README.md | ||
attrs.go | ||
attrs_stubs.go | ||
attrs_unix.go | ||
client.go | ||
conn.go | ||
debug.go | ||
packet.go | ||
release.go | ||
server.go | ||
server_statvfs_darwin.go | ||
server_statvfs_impl.go | ||
server_statvfs_linux.go | ||
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.
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.