sftp

SFTP support for the go.crypto/ssh package

  • 所有者: pkg/sftp
  • 平台:
  • 许可证: BSD 2-Clause "Simplified" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者pkg/sftp
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2013-11-05 04:36:00
推送于2025-06-02 16:55:04
最后一次提交2025-03-28 21:44:05
发布数33
最新版本名称v1.13.9 (发布于 )
第一版名称1.0.0 (发布于 2017-08-29 16:25:28)
用户参与
星数1.6k
关注者数55
派生数385
提交数1.2k
已启用问题?
问题数305
打开的问题数47
拉请求数251
打开的拉请求数1
关闭的拉请求数75
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?