Browse Subversion Repository
Diff of /trunk/liboftp.h
Parent Directory
| Revision Log
| Patch
| 37 |
|
|
| 38 |
/***** Global variables *****************************************************/ |
/***** Global variables *****************************************************/ |
| 39 |
/***** Function prototypes **************************************************/ |
/***** Function prototypes **************************************************/ |
| 40 |
int ftp_connect( LIBOFTP *ftp, const char *host, int port ); |
int ftp_open( LIBOFTP *ftp, const char *host, int port ); |
| 41 |
int ftp_auth( LIBOFTP *ftp, const char *user, const char *pass ); |
int ftp_user( 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 ); |
int ftp_type( LIBOFTP *ftp, const char *type ); |
| 44 |
int ftp_quit( LIBOFTP *ftp ); |
int ftp_quit( LIBOFTP *ftp ); |
|
|
Legend:
| Removed from v.24 |
|
| changed lines |
| |
Added in v.25 |
|
|
| |