Crates.io | lawn-sftp |
lib.rs | lawn-sftp |
version | 0.4.0 |
source | src |
created_at | 2023-07-31 22:00:59.11735 |
updated_at | 2024-06-15 21:19:19.075092 |
description | SFTP file system functionality for Lawn |
homepage | |
repository | https://github.com/bk2204/lawn |
max_upload_size | |
id | 931251 |
size | 62,395 |
include::../doc/README-base.adoc
The lawn-sftp
crate provides types and traits for implementing an SFTP
server, optionally with authentication.
If the unix
feature is enabled, then an SFTP server backend which uses
POSIX is provided.
Note that documentation is at the moment unfortunately lacking.