add FTP Upload

This commit is contained in:
Marko
2023-09-29 10:50:50 +02:00
parent a97fec167c
commit 9cdb62a601
8 changed files with 572 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace App\Helper;
use phpseclib3\Net\SFTP;
class Ftp
{

View File

@@ -135,5 +135,9 @@ class Hiltes
];
}
public function addOrder(\App\Entity\Order $order)
{
}
}