08.07.2012, 00:56
(
Последний раз редактировалось Kirollos; 09.07.2012 в 20:38.
)
Well
i am having problems,
here it is the code
now i made socket answer logs. when i open it. i find written
i am really confused from this.
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");
}
Код:
220 FTP Server ready. 331 Password required for kirollos 500 Invalid command: try being more creative