I have to create the FTP Client programm in C using only sockets. I made this :


#include <winsock.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

WSADATA...