Question about socket plugin
#1

Well

i am having problems,

here it is the code

pawn Код:
new Socket:MySocket = socket_create(TCP);
if(is_socket_valid(MySocket))  {
socket_connect(MySocket, "ftpserver.com", 21);
socket_send(MySocket, "USER kirollos\r\n");
socket_send(MySocket, "PASS password\r\n");
}
now i made socket answer logs. when i open it. i find written

Код:
220 FTP Server ready.
331 Password required for kirollos
500 Invalid command: try being more creative
i am really confused from this.
Reply


Messages In This Thread
Problem with Socket Plugin - by Kirollos - 08.07.2012, 00:56
Re: Problem with Socket Plugin - by Kirollos - 08.07.2012, 15:39
Re: Problem about socket plugin - by Kirollos - 10.07.2012, 15:41
Re: Question about socket plugin - by FUNExtreme - 13.07.2012, 19:40
Re: Question about socket plugin - by Kirollos - 13.07.2012, 19:58
Re: Question about socket plugin - by Joe Staff - 13.07.2012, 20:31
Re: Question about socket plugin - by AndreT - 13.07.2012, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)