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
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-03-09
lib: move package "ssh/config" to "lib/sshconfig"
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
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: use fixed slice length when converting in unpackFileAttrs
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
2023-07-26
lib/ssh: refactoring NewClientFromConfig, renamed to NewClientInteractive
Shulhan
2023-07-26
ssh/config: refactoring, simplify the Section fields
Shulhan
2022-10-18
ssh/sftp: set FileAttrs.name to filename
Youfu Zhang
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-08-06
ssh/sftp: fix linter warnings
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