zenazn / sftp

SFTP support for the go.crypto/ssh package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

SFTP support for the go.crypto/ssh package

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%