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](http://godoc.org/github.com/pkg/sftp) for examples and usage.
The basic operation of the package mirrors the facilities of the [os](http://golang.org/pkg/os) package.