I have been trying to connect to an ftp server with ftp_connect but keep getting
"Unable to find ftpbuf 0 " errors. Does this mean that the ftp functions are not configured (maybe)?
phpinfo() lists "No additional information" for the ftp functions in the extensions table...?
Is there a way to connect to a ftp server (for the purpose of transfering a file from the ftp to my server) without using ftp functions?