Getting files from server
Posted: Thu Jan 09, 2003 11:30 am
I'm having some problems getting files from the server - I seem to be having some fairly common problems but haven't found any real fixes on the forums.
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!
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!