I need to apply encryption mode in FluentFTP's ftp.
The syntax "EncryptionMode" don't exist in .net 6.
var conn = new FtpClient();
conn.EncryptionMode = FtpEncryptionMode.Explicit;
How should I apply EncryptionMode in FluentFTP's ftp in .net6?
Thank you?
The answer is:
Config.EncryptionMode