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 36 by hirohitohigashi, Sun Mar 1 13:40:55 2009 UTC revision 45 by hirohitohigashi, Wed Mar 4 05:00:43 2009 UTC
# Line 63  int ftp_delete( LIBOFTP *ftp, const char Line 63  int ftp_delete( LIBOFTP *ftp, const char
63  int ftp_rename( LIBOFTP *ftp, const char *from, const char *to );  int ftp_rename( LIBOFTP *ftp, const char *from, const char *to );
64    
65  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 );
66  int ftp_put_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname );  int ftp_put_buffer( LIBOFTP *ftp, const char *buf, int bufsiz, const char *fname );
67  int ftp_append_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname );  int ftp_append_buffer( LIBOFTP *ftp, const char *buf, int bufsiz, const char *fname );
68  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 );
69  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 );
70  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 );

Legend:
Removed from v.36  
changed lines
  Added in v.45

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