We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank you again for this great lib !
Once Ftps configured and working, but FtpsRequired::None set ...
FtpsRequired::None
I'd like now to be able to know at runtime if the end users did actually use the secure way.
How could I get this information when Authenticator::authenticate is called (or any other function of the StorageBackend trait.
Authenticator::authenticate
StorageBackend
Do you have any idea on how to achieve this ?
The text was updated successfully, but these errors were encountered:
Hi @jrouaix this sounds like something very useful to add to the Authenticator trait. I will consider adding it.
Authenticator
Sorry, something went wrong.
No branches or pull requests
Hi, thank you again for this great lib !
Once Ftps configured and working, but
FtpsRequired::None
set ...I'd like now to be able to know at runtime if the end users did actually use the secure way.
How could I get this information when
Authenticator::authenticate
is called (or any other function of theStorageBackend
trait.Do you have any idea on how to achieve this ?
The text was updated successfully, but these errors were encountered: