Skip to content

bug(sftp): download stuck at 0% after asyncssh migration #45

Description

@Orinks

Description

After migrating from paramiko to asyncssh (#44), file downloads get stuck at 0% and never progress.

Expected Behavior

Download progress should update correctly and complete successfully.

Likely Cause

The asyncssh get() / sftp.getfo() API uses a different progress callback signature than the paramiko approach. The progress reporting likely needs to be rewired to use asyncssh's native progress handler.

Steps to Reproduce

  1. Connect to an SFTP site
  2. Select a file and initiate a download
  3. Progress stays at 0% indefinitely

Notes

  • Uploads may be affected too — worth checking
  • asyncssh uses progress_handler callback on get()/put() methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions