Develop and Download Open Source Software

Browse Subversion Repository

Diff of /tags/REL-2.2/liboftp.h

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

revision 25 by hirohitohigashi, Sat Feb 28 01:15:41 2009 UTC revision 26 by hirohitohigashi, Sat Feb 28 02:04:32 2009 UTC
# Line 48  int ftp_rename( LIBOFTP *ftp, const char Line 48  int ftp_rename( LIBOFTP *ftp, const char
48  int ftp_get_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );  int ftp_get_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );
49  int ftp_put_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );  int ftp_put_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );
50  int ftp_append_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );  int ftp_append_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );
51    int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );
52    int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );
53  int ftp_mkdir( LIBOFTP *ftp, const char *dirname );  int ftp_mkdir( LIBOFTP *ftp, const char *dirname );
54  int ftp_rmdir( LIBOFTP *ftp, const char *dirname );  int ftp_rmdir( LIBOFTP *ftp, const char *dirname );
55  int ftp_pwd( LIBOFTP *ftp, char *buf, int bufsiz );  int ftp_pwd( LIBOFTP *ftp, char *buf, int bufsiz );

Legend:
Removed from v.25  
changed lines
  Added in v.26

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