Browse Subversion Repository
Diff of /trunk/liboftp.h
Parent Directory
| Revision Log
| Patch
| 57 |
int ftp_timeout( LIBOFTP *ftp, int sec ); |
int ftp_timeout( LIBOFTP *ftp, int sec ); |
| 58 |
int ftp_type( LIBOFTP *ftp, const char *type ); |
int ftp_type( LIBOFTP *ftp, const char *type ); |
| 59 |
int ftp_quit( LIBOFTP *ftp ); |
int ftp_quit( LIBOFTP *ftp ); |
| 60 |
|
int ftp_reset( LIBOFTP *ftp ); |
| 61 |
int ftp_site( LIBOFTP *ftp, const char *cmdline ); |
int ftp_site( LIBOFTP *ftp, const char *cmdline ); |
| 62 |
int ftp_delete( LIBOFTP *ftp, const char *fname ); |
int ftp_delete( LIBOFTP *ftp, const char *fname ); |
| 63 |
int ftp_rename( LIBOFTP *ftp, const char *from, const char *to ); |
int ftp_rename( LIBOFTP *ftp, const char *from, const char *to ); |
|
|
Legend:
| Removed from v.35 |
|
| changed lines |
| |
Added in v.36 |
|
|
| |