aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/sftp
AgeCommit message (Expand)Author
10 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-03-09lib: move package "ssh/config" to "lib/sshconfig"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-17ssh/sftp: implement method MkdirAll on ClientShulhan
2023-12-17ssh/sftp: fix Stat on empty remote file nameShulhan
2023-12-17ssh/sftp: use fixed slice length when converting in unpackFileAttrsShulhan
2023-12-17ssh/sftp: update comments to use references [...]Shulhan
2023-12-13ssh/sftp: fix non-nil returned error on CloseShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-24ssh/sftp: add method to close client connectionShulhan
2023-09-24ssh/sftp: rename method Close to CloseFileShulhan
2023-09-14all: fix variable shadowing as reported by shadow toolShulhan
2023-09-11ssh/sftp: realign struct for better size allocationShulhan
2023-07-26lib/ssh: refactoring NewClientFromConfig, renamed to NewClientInteractiveShulhan
2023-07-26ssh/config: refactoring, simplify the Section fieldsShulhan
2022-10-18ssh/sftp: set FileAttrs.name to filenameYoufu Zhang
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-08-06ssh/sftp: fix linter warningsShulhan
2021-07-12ssh/sftp: export the open file method as OpenFileShulhan
2021-07-12ssh/sftp: provide better error handlingShulhan
2021-07-12ssh/sftp: make the package compatible with standard fs packageShulhan
2021-07-12ssh/sftp: new package that implement SSH File Transport Protocol v3Shulhan