aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/sftp/client.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2023-12-17ssh/sftp: implement method MkdirAll on ClientShulhan
2023-12-17ssh/sftp: fix Stat on empty remote file nameShulhan
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
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
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