PHP Classes

File: Command/Notification/email_templates/components/ftp_upload_stats.php

Recommend this page to a friend!
  Classes of Alexey Freelancer   Backup Task   Command/Notification/email_templates/components/ftp_upload_stats.php   Download  
File: Command/Notification/email_templates/components/ftp_upload_stats.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Backup Task
Take backups of directories and MySQL databases
Author: By
Last change: Update of Command/Notification/email_templates/components/ftp_upload_stats.php
Date: 2 months ago
Size: 289 bytes
 

Contents

Class file image Download
Started at: <?php echo date('Y-m-d H:i:s', $upload['ftp']['started_at']) ?>
Finished at: <?php echo date('Y-m-d H:i:s', $upload['ftp']['finished_at']) ?>
Path : <?php echo $upload['ftp']['path'] ?>
Total: <?php echo ($upload['ftp']['finished_at'] - $upload['ftp']['started_at']) ?> sec.