i'm gettin the error:Warning: Wrong parameter count for ftp_connect()
My sintax is: $conexion = ftp_connect($server, 21, 2);
Anything wrong?
Warning: Wrong parameter count for ftp_connect()
Moderator: General Moderators
from ftp_connect
The 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.