Skip to content

Sshfs (Python)

SSH Filesystem -- Async SSH/SFTP backend for fsspec

sshfs is an implementation of fsspec for the SFTP protocol using asyncssh.

Features

  • A complete implementation of the fsspec protocol through SFTP
  • Supports features outside of the SFTP (e.g server side copy through SSH command execution)
  • Quite fast (compared to alternatives like paramiko)
  • Builtin Channel Management
  • Async! (thanks to asyncssh)

동명의 프로젝트

See also

Favorite site