diff --git a/config/filesystems.php b/config/filesystems.php index 901d00c..4f28111 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -76,7 +76,7 @@ return [ 'username' => env('FTP_USERNAME'), 'password' => env('FTP_PASSWORD'), 'root' => env('FTP_PATH', '/LaserQS4'), - 'passive' => false, + 'passive' => true, ], ],