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 21 by hirohitohigashi, Fri Feb 27 13:35:04 2009 UTC revision 22 by hirohitohigashi, Fri Feb 27 14:14:33 2009 UTC
# Line 42  int ftp_auth( LIBOFTP *ftp, const char * Line 42  int ftp_auth( LIBOFTP *ftp, const char *
42  int ftp_passive( LIBOFTP *ftp, int flag );  int ftp_passive( LIBOFTP *ftp, int flag );
43  int ftp_type( LIBOFTP *ftp, const char *type );  int ftp_type( LIBOFTP *ftp, const char *type );
44  int ftp_quit( LIBOFTP *ftp );  int ftp_quit( LIBOFTP *ftp );
 int ftp_pwd( LIBOFTP *ftp, char *buf, int bufsiz );  
45  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 );
46  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 );
47  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 );
48  int ftp_delete( LIBOFTP *ftp, const char *fname );  int ftp_delete( LIBOFTP *ftp, const char *fname );
49    int ftp_mkdir( LIBOFTP *ftp, const char *dirname );
50    int ftp_rmdir( LIBOFTP *ftp, const char *dirname );
51    int ftp_pwd( LIBOFTP *ftp, char *buf, int bufsiz );
52    int ftp_cd( LIBOFTP *ftp, const char *dirname );
53    
54    
55    
56  /***** Inline functions *****************************************************/  /***** Inline functions *****************************************************/

Legend:
Removed from v.21  
changed lines
  Added in v.22

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