Dominic - 2009-09-20 22:49:40
Example:
ftp://ftp.coreftp.com/coreftplite.exe
Log:
GET < 220 Core FTP Server Version 1.0, build 307 Registered
PUT > SYST
GET < 530 Please login with USER and PASS
PUT > FEAT
GET < 211-Extensions supported AUTH SSL211 END
PUT > USER anonymous
GET < 331 password required for anonymous
PUT > PASS anonymous@some.thing
GET < 230-Logged on230
Notice: Undefined offset: 1 in ftp.php on line 799
799 being (within sockets class)
$this->_code=(int)$regs[1];