I've got some files on the server that I want to download. I've tried with copy() and FTP but both fail - are they related?
copy($remote_file, $local_file) ----- "Invalid argument"
or using ftp
ftp_conenct($server,21) ------- "Unable to find ftpbuf 0"
I'm going mad and would really appreciate the help!