Page 1 of 1
Warning: Wrong parameter count for ftp_connect()
Posted: Fri Jul 12, 2002 8:12 pm
by Jose Arce
i'm gettin the error:Warning: Wrong parameter count for ftp_connect()
My sintax is: $conexion = ftp_connect($server, 21, 2);
Anything wrong?
Posted: Fri Jul 12, 2002 11:28 pm
by volka
from
ftp_connectThe timeout parameter specifies the timeout for all subsequent network operations. If omitted, the default value is 90 seconds. The timeout can be changed and queried anytime with ftp_set_option() and ftp_get_option().
Note: This parameter is only available in CVS.
Posted: Fri Jul 12, 2002 11:31 pm
by Jose Arce
$server is an ip adress...is 213.221.108.36
Posted: Fri Jul 12, 2002 11:32 pm
by Jose Arce
got it...thx!
Posted: Fri Jul 12, 2002 11:35 pm
by volka
sorry, edited my post after I read your question again and though I was fast enough. I wasn't
