Hello, I am unable to add the code like you mentioned. There is no SSLMode Enumerator in the third parameter of Connect method in FTP class.
Please see the below three overload methods to connect in FTP class.
public string Connect(string serverName, int serverPort);
public string Connect(string serverName);
public string Connect(string serverName, int serverPort, TlsParameters parameters, FtpSecurity security);
Please suggest to move further. Thank you.