Private/Types/enums/FtpSecurityType.generated.psm1

enum FtpSecurityType
{
    NoSecurity = 0
    ExplicitTLSorSSL = 1
    ImplicitTLSorSSL = 2
}