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)
동명의 프로젝트
- sshfs (Python) - fsspec을 구현한 Python 클라이언트. asyncssh 기반이다.
- SSHFS (FUSE) - FUSE를 사용하는 마운트용 클라이언트