Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

Clone this repo:
  1. ef1dc72 Merge pull request #650 from alrs/ineffective-functions by Cassondra Foesch · 10 days ago master
  2. dbf7c75 fix: ineffective assignments by Lars Lehtonen · 13 days ago
  3. ab3b1a3 Merge pull request #641 from pkg/dependabot/go_modules/golang.org/x/crypto-0.45.0 by Nicola Murino · 6 months ago
  4. 4583fed Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by dependabot[bot] · 6 months ago
  5. 939b203 Merge pull request #639 from jas4711/test-username-regexp by Cassondra Foesch · 7 months ago v1.13.10

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.

CI Status Go Reference

usage and examples

See https://pkg.go.dev/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.