Enum FtpIpVersion
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
IP Versions to allow when connecting to a server.
[Flags]
public enum FtpIpVersion
- Extension Methods
Fields
ANY = IPv4 | IPv6
Allow any supported version
IPv4 = 1
Internet Protocol Version 4
IPv6 = 2
Internet Protocol Version 6
Unknown = 0
Unknown protocol.