|
OpenVAS Scanner 23.40.3
|
Header file for module ftp_funcs. More...
#include <arpa/inet.h>#include <sys/param.h>#include <sys/socket.h>

Go to the source code of this file.
Functions | |
| int | ftp_log_in (int, char *, char *) |
| int | ftp_get_pasv_address (int, struct sockaddr_in *) |
Header file for module ftp_funcs.
Definition in file ftp_funcs.h.
| int ftp_get_pasv_address | ( | int | soc, |
| struct sockaddr_in * | addr ) |
Definition at line 101 of file ftp_funcs.c.
References recv_line(), and write_stream_connection().
Referenced by nasl_ftp_get_pasv_address().


| int ftp_log_in | ( | int | soc, |
| char * | username, | ||
| char * | passwd ) |
Definition at line 17 of file ftp_funcs.c.
References counter, recv_line(), and write_stream_connection().
Referenced by nasl_ftp_log_in().

