Browse Subversion Repository
Diff of /tags/REL-2.2/liboftp.h
Parent Directory
| Revision Log
| Patch
| 63 |
int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_fname ); |
int ftp_get_file( LIBOFTP *ftp, const char *fname, const char *local_fname ); |
| 64 |
int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname ); |
int ftp_put_file( LIBOFTP *ftp, const char *local_fname, const char *fname ); |
| 65 |
int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname ); |
int ftp_append_file( LIBOFTP *ftp, const char *local_fname, const char *fname ); |
| 66 |
|
int ftp_get_descriptor( LIBOFTP *ftp, const char *fname ); |
| 67 |
|
int ftp_get_descriptor_close( LIBOFTP *ftp, int desc ); |
| 68 |
|
int ftp_put_descriptor( LIBOFTP *ftp, const char *fname ); |
| 69 |
|
int ftp_put_descriptor_close( LIBOFTP *ftp, int desc ); |
| 70 |
|
int ftp_append_descriptor( LIBOFTP *ftp, const char *fname ); |
| 71 |
|
int ftp_append_descriptor_close( LIBOFTP *ftp, int desc ); |
| 72 |
|
|
| 73 |
int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz ); |
int ftp_list( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz ); |
| 74 |
int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz ); |
int ftp_nlist( LIBOFTP *ftp, const char *fglob, char *buf, int bufsiz ); |
|
|
Legend:
| Removed from v.29 |
|
| changed lines |
| |
Added in v.32 |
|
|
| |