libxml-2.0 Reference Manual

Synopsis

public class NanoFTP {
    public                              NanoFTP                   ( string              url ) ;


    public    int                       check_response            (  ) ;
    public    static void               cleanup                   (  ) ;
    public    int                       close                     (  ) ;
    public    int                       close_connection          (  ) ;
    public    int                       connect                   (  ) ;
    public    static NanoFTP*           connect_to                ( string              server,
                                                                    int                 port ) ;
    public    int                       cwd                       ( string              directory ) ;
    public    int                       dele                      ( string              file ) ;
    public    void                      free_ctxt                 (  ) ;
    public    int                       get                       ( FtpDataCallback     cb,
                                                                    void**              user_data,
                                                                    string              filename ) ;
    public    int                       get_connection            (  ) ;
    public    int                       get_response              (  ) ;
    public    int                       get_socket                ( string              filename ) ;
    public    static void               init                      (  ) ;
    public    int                       list                      ( FtpListCallback     cb,
                                                                    void**              user_data,
                                                                    string              filename ) ;
    public    static NanoFTP*           open                      ( string              url ) ;
    public    static void               proxy                     ( string              host,
                                                                    int                 port,
                                                                    string              user,
                                                                    string              passwd,
                                                                    int                 type ) ;
    public    int                       quit                      (  ) ;
    public    int                       read                      ( void**              dest,
                                                                    int                 len ) ;
    public    static void               scan_proxy                ( string              url ) ;
    public    int                       update_url                ( string              url ) ;
}

NanoFTP Description

Details

Constructor Details

NanoFTP ()
    public                              NanoFTP                   ( string              url ) ;		

Field Details

Signal Details

Property Details

Method Details

check_response ()
    public    int                       check_response            (  ) ;		

cleanup ()
    public    static void               cleanup                   (  ) ;		

close ()
    public    int                       close                     (  ) ;		

close_connection ()
    public    int                       close_connection          (  ) ;		

connect ()
    public    int                       connect                   (  ) ;		

connect_to ()
    public    static NanoFTP*           connect_to                ( string              server,
                                                                    int                 port ) ;		

cwd ()
    public    int                       cwd                       ( string              directory ) ;		

dele ()
    public    int                       dele                      ( string              file ) ;		

free_ctxt ()
    public    void                      free_ctxt                 (  ) ;		

get ()
    public    int                       get                       ( FtpDataCallback     cb,
                                                                    void**              user_data,
                                                                    string              filename ) ;		

get_connection ()
    public    int                       get_connection            (  ) ;		

get_response ()
    public    int                       get_response              (  ) ;		

get_socket ()
    public    int                       get_socket                ( string              filename ) ;		

init ()
    public    static void               init                      (  ) ;		

list ()
    public    int                       list                      ( FtpListCallback     cb,
                                                                    void**              user_data,
                                                                    string              filename ) ;		

open ()
    public    static NanoFTP*           open                      ( string              url ) ;		

proxy ()
    public    static void               proxy                     ( string              host,
                                                                    int                 port,
                                                                    string              user,
                                                                    string              passwd,
                                                                    int                 type ) ;		

quit ()
    public    int                       quit                      (  ) ;		

read ()
    public    int                       read                      ( void**              dest,
                                                                    int                 len ) ;		

scan_proxy ()
    public    static void               scan_proxy                ( string              url ) ;		

update_url ()
    public    int                       update_url                ( string              url ) ;		


Created by Valadoc