Table of Contents

Enum SunamoFtpParser

Namespace
SunamoFluentFtp.Enums
Assembly
SunamoFluentFtp.dll

Represents different FTP list parser types

public enum SunamoFtpParser
Extension Methods

Fields

Auto = 0

Automatic parser detection

Custom = -1

Custom parser type

IBM = 6

IBM FTP server parser

Machine = 1

Machine-readable format parser

NonStop = 7

NonStop FTP server parser

Unix = 3

Unix FTP server parser

UnixAlt = 4

Alternative Unix FTP server parser

VMS = 5

VMS FTP server parser

Windows = 2

Windows FTP server parser