SFTP transport added

This commit is contained in:
2015-08-17 13:16:28 +02:00
parent 085f9ae152
commit 9c74a9601b
4 changed files with 91 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
namespace Shikiryu\Backup\Backup;
class BackupAbstract
abstract class BackupAbstract
{
protected $_filesToBackup;