Update readFiles method in SapFileController to enhance error reporting and adjust file path
This commit is contained in:
@@ -30,7 +30,7 @@ class SapFileController extends Controller
|
|||||||
public function readFiles()
|
public function readFiles()
|
||||||
{
|
{
|
||||||
|
|
||||||
$path = "/srv/pds.iotsignin.com/sapftp/In/";
|
$path = "/srv/pds.iotsignin.com/www/out/";
|
||||||
|
|
||||||
$isDir = is_dir($path);
|
$isDir = is_dir($path);
|
||||||
$isReadable = is_readable($path);
|
$isReadable = is_readable($path);
|
||||||
|
|||||||
Reference in New Issue
Block a user