Annotation of libwww/Library/src/HTFTPDir.html, revision 2.1

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>FTP Directory Listing</TITLE>
        !             4: </HEAD>
        !             5: <BODY>
        !             6: 
        !             7: <H1>FTP Directory Listings</H1>
        !             8: 
        !             9: <PRE>
        !            10: /*
        !            11: **     (c) COPYRIGHT MIT 1995.
        !            12: **     Please first read the full copyright statement in the file COPYRIGH.
        !            13: */
        !            14: </PRE>
        !            15: 
        !            16: This module converts a FTP directory listing to a HTML object<P>
        !            17: 
        !            18: This module is implemented by <A HREF="HTFTPDir.c">HTFTPDir.c</A>, and it is
        !            19: a part of the <A HREF="http://www.w3.org/pub/WWW/Library/">W3C
        !            20: Reference Library</A>.
        !            21: 
        !            22: <PRE>
        !            23: #ifndef HTFTPDIR_H
        !            24: #define HTFTPDIR_H
        !            25: 
        !            26: #include "HTStream.h"
        !            27: #include "HTFTP.h"
        !            28: 
        !            29: extern HTStream * HTFTPDir_new (HTRequest *    request,
        !            30:                                FTPServerType   server,
        !            31:                                char            list);
        !            32: #endif
        !            33: 
        !            34: </PRE>
        !            35: end of HTFTPDir declaration
        !            36: </BODY>
        !            37: </HTML>
        !            38: 
        !            39: 

Webmaster