Skip to content

Tags: pkg/sftp

Tags

v1.13.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #623 from justfalter/read-full

perf: ensure full write buffer for *File.ReadFrom

v1.13.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #621 from cloudsbit/bugfix/readAt-hang

fix: readAt() occasional hang in concurrent reads

v1.13.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #588 from emar-kar/lemarkar/update-read-docs

update ReadFrom and ReadFromWithConcurrency docs

v1.13.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #554 from dsnet/master

Properly handle io.EOF error conditions when reading

v1.13.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove unreachable and duplicated return statement

I’m confident blame will show I am at fault here, not sure how I missed it, and why `go vet` didn’t catch it either.

v1.13.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #470 from pkg/hotfix/constants-overflow-implicit-3…

…2bit-types

Need to type constants that overflow `int` on 32-bit archs

v1.13.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #467 from pkg/bug/missing-id-passthru-on-statfs

Missing ID passthru on statfs

v1.13.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #452 from pkg/patch/fix-filezilla

[bugfix] FileZilla parses the directory listing in longname

v1.13.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #439 from pkg/feature/ReadFromWithConcurrency

Export a ReadFromWithConcurrency function that permits ensuring concurrency usage.

v1.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #410 from pkg/export-realpath

Export RealPath for potential client use