Enum SunamoFtpParser
- Namespace
- SunamoFluentFtp.Enums
- Assembly
- SunamoFluentFtp.dll
Represents different FTP list parser types
public enum SunamoFtpParser
- Extension Methods
Fields
Auto = 0Automatic parser detection
Custom = -1Custom parser type
IBM = 6IBM FTP server parser
Machine = 1Machine-readable format parser
NonStop = 7NonStop FTP server parser
Unix = 3Unix FTP server parser
UnixAlt = 4Alternative Unix FTP server parser
VMS = 5VMS FTP server parser
Windows = 2Windows FTP server parser