k, i make the script make a list of the files in the ftp and print them out, it works. but when i ask it do download those files, and there are like 30 image files, the first few work and then i get this
Warning: ftp_get: er (sfer complete. in 'URL' on line 62
url is the scipt adress, what could be wrong?
$files = explode($from_dir.$subdir."/", $file);
print"$file<BR><BR>";
ftp_get($ftp_link, $to_dir."/".$files[1], $file, FTP_BINARY);
is my code