Skip to content

feat(native): add SFTP client API - #426

Open
lovewave02 wants to merge 1 commit into
ParallelSSH:masterfrom
lovewave02:codex/410-sftp-client-design
Open

feat(native): add SFTP client API#426
lovewave02 wants to merge 1 commit into
ParallelSSH:masterfrom
lovewave02:codex/410-sftp-client-design

Conversation

@lovewave02

Copy link
Copy Markdown
Contributor

Summary

  • add a native SFTPClient opened through SSHClient.open_sftp()
  • expose cwd-aware directory, metadata, mutation, and transfer operations
  • keep existing SSHClient SFTP methods compatible and document native-only support

Verification

  • focused native SFTP unit and integration tests: 9 passed
  • package unit tests: 29 passed
  • flake8 pssh tests ci/integration_tests
  • RST check and Sphinx HTML build
  • existing native integration failures compared against origin/master: no new failures

Closes #410.

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.54%. Comparing base (97a7414) to head (18c4db7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   99.53%   99.54%   +0.01%     
==========================================
  Files          18       19       +1     
  Lines        1703     1758      +55     
==========================================
+ Hits         1695     1750      +55     
  Misses          8        8              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make an SFTP client-like class for SFTP related operations

1 participant