Nicola Murino
Nicola Murino
@gramakri thank you
> Id like to see "echo" as various appliances we have like to use this to prove the connection works e.g. `echo "it works" > file.txt`. This would allow to...
Thanks for the contribution. Can you please provide more details? I cannot reproduce: ``` $ terraform apply ╷ │ Warning: Provider development overrides are in effect │ │ The following...
Hi, anonymous users are read-only
According to the OIDC specification, the code and state parameter must be returned by the Identity Provider to the client after authentication. In our tests with Keycloak, even when forcing...
@stephen-cox-nzx I agree `getPendingAuth` is returning an error. Are you running a multi-node cluster? Also, how much time passes between the initial authentication request and the redirect? Just a few...
Thank you! I ran some manual tests and this PR looks promising. However, a few automated test cases are now failing, which suggests there may be a slight regression.
I think this change is no longer required, please test using [this commit](https://github.com/drakkan/sftpgo/commit/a2d36132507aa32c1849dcc3f82644bb60280421)
Thanks for the contribution! This change needs to be tested carefully, and I don't think I have enough time to review it thoroughly at the moment. Additionally, it overlaps with...
It seems to work for me (both Linux and Windows), at least the simple uses cases I have tested ``` {"level":"info","time":"2024-09-27T10:45:15.356","sender":"ftpd","message":"starting FTP serving, binding: 127.0.0.1:21"} {"level":"info","time":"2024-09-27T10:45:15.356","sender":"ftpserverlib","server_id":"FTP_1","address":"127.0.0.1:21","message":"Listening..."} {"level":"info","time":"2024-09-27T10:45:15.356","sender":"ftpserverlib","server_id":"FTP_1","message":"Starting..."} {"level":"info","time":"2024-09-27T10:45:15.356","sender":"ftpd","message":"starting FTP serving,...