Mi piacerebbe usare il protocollo FTP fuzz, e attualmente ho il seguente:
s_read_packet();
s_string("USER test\r\n");
s_read_packet();
s_string("PASS test\r\n");
s_read_packet();
Ho anche provato con s_readline (); Il problema è che sto ottenendo ciò che è mostrato nella seguente immagine:
Dovreiottenereciòchesegueseguendodueimmagini:
SembracheSPIKEnonconoscaicaratteri"\ r \ n". Qualche idea su questo, perché non sta analizzando correttamente i caratteri CRLF?