Closed bastienperez closed 2 years ago
You are right. Since I didn't have tests for this I didn't notice when updating library to newest version. It must have changed at some point. Someone should write ore tests :p
Thanks! I will try this fix and let you know 💪.
Hello, First, thanks for your awesome work! (again)
I have a little issue with Connect FTPS
Connect-FTP -EncryptionMode xxx
The propertyEncryptionMode
can't be found in the FluentFTP.FtpClient$Client
:Connect-FTP -Autoconnect
works.EncryptionMode
must be part of config I suppose?