Skip to content
/ sftp Public
forked from pkg/sftp

SFTP support for the go.crypto/ssh package

License

Notifications You must be signed in to change notification settings

perkeep/sftp

This branch is 561 commits behind pkg/sftp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2aa419 · May 11, 2018
Jun 29, 2017
Mar 15, 2017
Jun 29, 2017
Mar 5, 2018
Jan 7, 2017
Oct 27, 2014
Apr 25, 2017
May 11, 2018
Sep 20, 2015
Jan 7, 2016
Jan 7, 2016
Apr 25, 2018
Jun 15, 2016
Sep 22, 2016
Apr 25, 2018
Feb 22, 2018
Feb 7, 2018
Sep 28, 2014
Jan 12, 2018
Jul 20, 2017
Dec 22, 2015
Jan 26, 2018
Mar 4, 2018
Mar 19, 2018
Mar 19, 2018
Jan 11, 2016
Sep 28, 2014
May 11, 2018
May 11, 2018
Jan 27, 2018
May 11, 2018
Jan 16, 2018
Jan 4, 2018
Mar 19, 2018
Feb 15, 2018
Mar 2, 2017
May 10, 2018
Mar 10, 2018
Mar 2, 2017
Mar 19, 2018
Feb 15, 2018
Jun 13, 2016
Feb 2, 2018
Feb 2, 2018
Feb 2, 2018
Aug 10, 2017
Mar 19, 2018
Apr 23, 2018
Oct 2, 2017

Repository files navigation

sftp

The sftp package provides support for file system operations on remote ssh servers using the SFTP subsystem. It also implements an SFTP server for serving files from the filesystem.

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.

For API/code bugs, please include a small, self contained code example to reproduce the issue. For pull requests, remember test coverage.

We try to handle issues and pull requests with a 0 open philosophy. That means we will try to address the submission as soon as possible and will work toward a resolution. If progress can no longer be made (eg. unreproducible bug) or stops (eg. unresponsive submitter), we will close the bug.

Thanks.

About

SFTP support for the go.crypto/ssh package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%