Skip to content

Conversation

dalimov
Copy link

@dalimov dalimov commented Jul 26, 2023

No description provided.

dalimov added 3 commits July 26, 2023 13:22
fix bug -
League\Flysystem\UnableToListContents 

  Unable to list contents for '', shallow listing

Reason: League\Flysystem\Ftp\FtpAdapter::connection(): SSL_read on shutdown: error:0A000126:SSL routines::unexpected eof while reading

  at vendor/league/flysystem/src/UnableToListContents.php:17
     13▕     {
     14▕         $message = "Unable to list contents for '$location', " . ($deep ? 'deep' : 'shallow') . " listing\n\n"
     15▕             . 'Reason: ' . $previous->getMessage();
     16▕ 
  ➜  17▕         return new UnableToListContents($message, 0, $previous);
     18▕     }
     19▕ 
     20▕     public function operation(): string
     21▕     {
@dalimov
Copy link
Author

dalimov commented Jul 26, 2023

Hi!
There is a problem in the package when connecting ftp-ssl.
laravel throws an error.
League\Flysystem\UnableToListContents

Unable to list contents for '', shallow listing

Reason: League\Flysystem\Ftp\FtpAdapter::connection(): SSL_read on shutdown: error:0A000126:SSL routines::unexpected eof while reading

at vendor/league/flysystem/src/UnableToListContents.php:17
13▕ {
14▕ $message = "Unable to list contents for '$location', " . ($deep ? 'deep' : 'shallow') . " listing\n\n"
15▕ . 'Reason: ' . $previous->getMessage();
16▕
➜ 17▕ return new UnableToListContents($message, 0, $previous);
18▕ }
19▕
20▕ public function operation(): string
21▕ {

—————————

@dalimov dalimov closed this Jul 26, 2023
@dalimov dalimov reopened this Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant