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 19 by hirohitohigashi, Wed Feb 25 14:45:21 2009 UTC revision 21 by hirohitohigashi, Fri Feb 27 13:35:04 2009 UTC
# Line 23  Line 23 
23  typedef struct  typedef struct
24  {  {
25      int socket;      int socket;
26      struct sockaddr_in sockaddr;      struct sockaddr_in saddr;
27      enum { UNIX = 1, Windows_NT = 2 } system_type;      enum { UNIX = 1, Windows_NT = 2 } system_type;
28      enum { ASCII = 1, IMAGE = 3 } data_type;      enum { ASCII = 1, IMAGE = 3 } data_type;
29      int flag_passive;      int flag_passive;
# Line 46  int ftp_pwd( LIBOFTP *ftp, char *buf, in Line 46  int ftp_pwd( LIBOFTP *ftp, char *buf, in
46  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 );
47  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 );
48  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 );
49    int ftp_delete( LIBOFTP *ftp, const char *fname );
50    
51    
52  /***** Inline functions *****************************************************/  /***** Inline functions *****************************************************/

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

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