|
OpenVAS Scanner 23.23.1
|
#include "ftp_funcs.h"#include "network.h"#include <netinet/in.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Functions | |
| int | ftp_log_in (int soc, char *username, char *passwd) |
| int | ftp_get_pasv_address (int soc, struct sockaddr_in *addr) |
| int ftp_get_pasv_address | ( | int | soc, |
| struct sockaddr_in * | addr ) |
| int ftp_log_in | ( | int | soc, |
| char * | username, | ||
| char * | passwd ) |