Anybody tryed to connect FTP server using WIP library?
I created TCP Client Socket on 21 port of the server, recived server greeting and then i’m trying to register using:
wip_write( c,"USER gprs", strlen("USER gprs"));
And… nothing! I don’t see anything in server logs. Am I doing something wrong? How can I send command strings to the FTP server?