A implementation of SFTPD to use with Nextcloud.
Go to file
Sergiotarxz d05e1f842f feat: Adding support to opendir requests and directory handles.
Using a dumb implementation where you have to fetch the entire dir.
Not very recommendable with long folders.
2020-11-12 18:58:44 +01:00
src feat: Adding support to opendir requests and directory handles. 2020-11-12 18:58:44 +01:00
Cargo.toml feat: Adding support to opendir requests and directory handles. 2020-11-12 18:58:44 +01:00
LICENSE Initial commit 2020-11-06 15:19:31 +01:00
README.md Initial commit 2020-11-06 15:19:31 +01:00

FakeSFTP

Fake SFTP to access nextcloud files.

Sorry initial uglyness maybe solved in the future.