My code has been working for months and all of a sudden it started throwing these Warnings. The files are still being uploaded though and, the number 359372 makes no sense to me. I am not in direct control of my server, could a server upgrade/php upgrade/security upgrade cause this?
The Offending lines:
$upload = ftp_put($conn_id, $dst_dir."/".$file, $src_dir."/".$file, FTP_BINARY); // put the files
ftp_mkdir($conn_id, $dst_dir);
The Warnings:
Warning: ftp_put() [function.ftp-put]: 359372 in C:\Inetpub\wwwroot\web_ftp\local_files.php on line 40
Warning: ftp_mkdir() [function.ftp-mkdir]: 359372 in C:\Inetpub\wwwroot\web_ftp\local_files.php on line 21
Anyone have an idea?