index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ssh
/
sftp
/
client.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2023-12-17
ssh/sftp: implement method MkdirAll on Client
Shulhan
2023-12-17
ssh/sftp: fix Stat on empty remote file name
Shulhan
2023-12-17
ssh/sftp: update comments to use references [...]
Shulhan
2023-12-13
ssh/sftp: fix non-nil returned error on Close
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-24
ssh/sftp: add method to close client connection
Shulhan
2023-09-24
ssh/sftp: rename method Close to CloseFile
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-11
ssh/sftp: realign struct for better size allocation
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-07-12
ssh/sftp: export the open file method as OpenFile
Shulhan
2021-07-12
ssh/sftp: provide better error handling
Shulhan
2021-07-12
ssh/sftp: make the package compatible with standard fs package
Shulhan
2021-07-12
ssh/sftp: new package that implement SSH File Transport Protocol v3
Shulhan