Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/liboftp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by hirohitohigashi, Sat Feb 28 12:48:31 2009 UTC revision 32 by hirohitohigashi, Sat Feb 28 15:03:18 2009 UTC
# Line 63  int ftp_append_buffer( LIBOFTP *ftp, cha Line 63  int ftp_append_buffer( LIBOFTP *ftp, cha
63  int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_fname );  int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_fname );
64  int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname );  int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname );
65  int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname );  int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname );
66    int ftp_get_descriptor( LIBOFTP *ftp, const char *fname );
67    int ftp_get_descriptor_close( LIBOFTP *ftp, int desc );
68    int ftp_put_descriptor( LIBOFTP *ftp, const char *fname );
69    int ftp_put_descriptor_close( LIBOFTP *ftp, int desc );
70    int ftp_append_descriptor( LIBOFTP *ftp, const char *fname );
71    int ftp_append_descriptor_close( LIBOFTP *ftp, int desc );
72    
73  int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );  int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );
74  int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );  int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );

Legend:
Removed from v.29  
changed lines
  Added in v.32

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26