Enum FtpParser
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
The type of response the server responded with
public enum FtpParser
- Extension Methods
Fields
Auto = 0
Automatically detect the file listing parser to use based on the FTP server (SYST command).
Custom = -1
Use the custom parser that you have set on the FtpClient object (ListingCustomParser property)
IBMOS400 = 7
File listing parser for IBM OS/400.
IBMzOS = 6
File listing parser for IBM z/OS
Machine = 1
Machine listing parser, works on any FTP server supporting the MLST/MLSD commands.
NonStop = 8
File listing parser for Tandem/Nonstop Guardian OS.
Unix = 3
File listing parser for Unix.
UnixAlt = 4
Alternate parser for Unix. Use this if the default one does not work.
VMS = 5
File listing parser for Vax/VMS/OpenVMS.
Windows = 2
File listing parser for Windows/IIS.