Browse Subversion Repository
Diff of /trunk/sub.h
Parent Directory
| Revision Log
| Patch
| 30 |
/***** Function prototypes **************************************************/ |
/***** Function prototypes **************************************************/ |
| 31 |
int sendn( int sd, const char *buf, int len, int flags ); |
int sendn( int sd, const char *buf, int len, int flags ); |
| 32 |
int recv_line( int sd, char *buf, int bufsiz, int flags ); |
int recv_line( int sd, char *buf, int bufsiz, int flags ); |
| 33 |
|
int ftp_send_command( LIBOFTP *ftp, const char *cmd ); |
| 34 |
int ftp_receive_response( LIBOFTP *ftp, char *res_buf, int bufsiz ); |
int ftp_receive_response( LIBOFTP *ftp, char *res_buf, int bufsiz ); |
| 35 |
int ftp_set_so_rcvtimeo( int sock, int sec, int usec ); |
int ftp_set_so_rcvtimeo( int sock, int sec, int usec ); |
| 36 |
int ftp_send_pasv( LIBOFTP *ftp ); |
int ftp_send_pasv( LIBOFTP *ftp ); |
| 37 |
int ftp_openport_pasv( LIBOFTP *ftp ); |
int ftp_openport_pasv( LIBOFTP *ftp ); |
| 38 |
|
int ftp_getready_active( LIBOFTP *ftp, const char *fname, const char *cmd ); |
| 39 |
int ftp_getready_pasv( LIBOFTP *ftp, const char *fname, const char *cmd ); |
int ftp_getready_pasv( LIBOFTP *ftp, const char *fname, const char *cmd ); |
| 40 |
|
|
| 41 |
|
|
|
|
Legend:
| Removed from v.17 |
|
| changed lines |
| |
Added in v.20 |
|
|
| |