sftp/README.md

12 lines
367 B
Markdown
Raw Normal View History

2013-11-06 08:16:36 +08:00
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.
2013-11-06 08:17:29 +08:00
The basic operation of the package mirrors the facilities of the [os](http://golang.org/pkg/os) package.