Secure FTP Factory for .NET

AS400Parser Class

Parser responsible for handling FTP directory listing returned in AS400 format. The following is a partial example listing of the format expected.

    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

For a list of all members of this type, see AS400Parser Members.

System.Object
   Jscape.Ftp.AS400Parser

public class AS400Parser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Jscape.Ftp

Assembly: Jscape.Ftp (in Jscape.Ftp.dll)

See Also

AS400Parser Members | Jscape.Ftp Namespace