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 26 by hirohitohigashi, Sat Feb 28 02:04:32 2009 UTC revision 27 by hirohitohigashi, Sat Feb 28 02:17:34 2009 UTC
# Line 45  int ftp_quit( LIBOFTP *ftp ); Line 45  int ftp_quit( LIBOFTP *ftp );
45  int ftp_site( LIBOFTP *ftp, const char *cmdline );  int ftp_site( LIBOFTP *ftp, const char *cmdline );
46  int ftp_delete( LIBOFTP *ftp, const char *fname );  int ftp_delete( LIBOFTP *ftp, const char *fname );
47  int ftp_rename( LIBOFTP *ftp, const char *from, const char *to );  int ftp_rename( LIBOFTP *ftp, const char *from, const char *to );
48    
49  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 );
50  int ftp_put_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );  int ftp_put_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname );
51  int ftp_append_buffer( LIBOFTP *ftp, const char *fname, char *buf, int bufsiz );  int ftp_append_buffer( LIBOFTP *ftp, char *buf, int bufsiz, const char *fname );
52    
53  int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );  int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );
54  int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );  int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz );
55  int ftp_mkdir( LIBOFTP *ftp, const char *dirname );  int ftp_mkdir( LIBOFTP *ftp, const char *dirname );
# Line 55  int ftp_rmdir( LIBOFTP *ftp, const char Line 57  int ftp_rmdir( LIBOFTP *ftp, const char
57  int ftp_pwd( LIBOFTP *ftp, char *buf, int bufsiz );  int ftp_pwd( LIBOFTP *ftp, char *buf, int bufsiz );
58  int ftp_cd( LIBOFTP *ftp, const char *dirname );  int ftp_cd( LIBOFTP *ftp, const char *dirname );
59    
60    int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_fname );
61    int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname );
62    int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname );
63    
64    
65  /***** Inline functions *****************************************************/  /***** Inline functions *****************************************************/

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

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