commit | 09f03e7bff7c927325abf0e6cd2f8ec4961a296d | [log] [tgz] |
---|---|---|
author | Eran Sandler <[email protected]> | Fri Jan 03 11:29:41 2020 -0800 |
committer | Eran Sandler <[email protected]> | Fri Jan 03 11:29:41 2020 -0800 |
tree | 3efbd12095a0ed2c2319823c855cc2a10ddc8683 | |
parent | f3d13089efbcc2a1a77239f5cd519642f6e705a6 [diff] |
Added a ClientOption to determine whetehr to use Fstat or Stat when File.WriteTo is being called to support strange behaviour on some servers
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.
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.
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.