Ben bir uzak sunucuda oturum ve dosyaları yeniden adlandırmak için çalışır, PHP kullanarak bir komut dosyası var.
Kod şu php.net sitesinden bu örnekteki gibi bir şey görünüyor:
if (ftp_rename($conn_id, $old_file, $new_file)) {
echo "successfully renamed $old_file to $new_file\n";
} else {
echo "There was a problem while renaming $old_file to $new_file\n";
}
ama ... hata neydi? İzinler, böyle bir dizin, tam disk?
Nasıl PHP FTP hatayı geri alabilirim? Böyle bir şey:
echo "There was a problem while renaming $old_file to $new_file:
the server says $error_message\n";