![Picture of Jack Frusciante Picture of Jack Frusciante](/graphics/unknown.gif)
Jack Frusciante - 2004-12-16 20:31:28
Hi, your class don't work for me.
In this line
$responce = unpack("Cversion/Cresult/Creg/Ctype/Lip/Sport", $buf["recv"]);
in the connet function i always receive this warning
Warning: unpack(): Type C: not enough input, need 1, have 0
because $buf["recv"] is empty.
I tried some socks servers and always the same warning.
I would like to use your class for a simple ftp client in php, can you help me?