Hannes de Jager
Hannes de Jager
Benthos unit testing is great and I've had good success with it. Now I have a use case however where I embed the current time in the JSON output generated...
In #33 graceful shutdown was implemented which is good. The current implementation will block incoming control channel connections during the shutdown sequence. For users running in the cloud we may...
To make the app slimmer and compile faster the unnecessary tokio features has to be removed
Currently when uploading files to a bucket we use the Single-request upload API of GCS. This is not recommended for big files. Use the Resumable upload API. See - https://cloud.google.com/storage/docs/uploads-downloads...
Create a libunftp [storage back-end](https://docs.rs/libunftp/latest/libunftp/storage/index.html) implementation that stores files in Microsoft Azure Blob Storage. Name the crate `unftp-auth-azure-blobs`
Create a libunftp [authenticator back-end](https://docs.rs/libunftp/latest/libunftp/auth/index.html) implementation for [auth0](https://auth0.com/docs/api)
A libunftp [Authenticator back-end](https://docs.rs/libunftp/latest/libunftp/auth/index.html) that authenticates against LDAP. Name the crate `unftp-auth-ldap`
Haven't thought it through much but would be nice to have libunftp know about mime types i.e. 1. a sort of `SITE MIME-TYPE` command. Haven't checked if there is perhaps...
Have a way to only allow data connections that are a TLS resumed connection of an active control channel connection to prevent [FTPS connection stealing](https://filezilla-project.org/misc/ftps_connection_stealing_exploit.cpp)
See https://tools.ietf.org/html/rfc3659#page-23 Also see https://stackoverflow.com/questions/4564603/format-of-the-data-returned-by-the-ftp-list-command