Browse Subversion Repository
Diff of /trunk/liboftp.h
Parent Directory
| Revision Log
| Patch
| 40 |
int ftp_connect( LIBOFTP *ftp, const char *host, int port ); |
int ftp_connect( LIBOFTP *ftp, const char *host, int port ); |
| 41 |
int ftp_auth( LIBOFTP *ftp, const char *user, const char *pass ); |
int ftp_auth( LIBOFTP *ftp, const char *user, const char *pass ); |
| 42 |
int ftp_passive( LIBOFTP *ftp, int flag ); |
int ftp_passive( LIBOFTP *ftp, int flag ); |
| 43 |
|
int ftp_type( LIBOFTP *ftp, const char *type ); |
| 44 |
|
int ftp_quit( LIBOFTP *ftp ); |
| 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 ); |
|
int ftp_type( LIBOFTP *ftp, const char *type ); |
|
| 48 |
|
|
| 49 |
|
|
| 50 |
/***** Inline functions *****************************************************/ |
/***** Inline functions *****************************************************/ |
|
|
Legend:
| Removed from v.17 |
|
| changed lines |
| |
Added in v.18 |
|
|
| |