OpenVAS Libraries
8.0.3
|
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <netinet/in.h>
#include "network.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 | ||
) |