Parser responsible for handling FTP directory listing returned in AS400 format.

Examples

The following is a partial example listing of the format expected.
CopyC#
agonzalez   1148    07/12/06  17:15:29   *DIR    Archive/
agonzalez   8192    01/01/70  02:00:00   *FLR    QDLS/
agonzalez   1288    08/07/06  14:19:08   *STMF   eye.asc
agonzalez   4096    01/01/70  02:00:00   *STMF   jaase

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public class AS400Parser : IFtpFileParser
Visual Basic
Public Class AS400Parser _
	Implements IFtpFileParser
Visual C++
public ref class AS400Parser : IFtpFileParser

Inheritance Hierarchy

System..::..Object
  Jscape.Ftp..::..AS400Parser

See Also