Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #6

Open
wants to merge 3 commits into
base: 3.x
Choose a base branch
from
Open

fix #6

wants to merge 3 commits into from

Commits on Jul 26, 2023

  1. Update FtpAdapter.php

    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 authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d50495e View commit details
    Browse the repository at this point in the history
  2. fix problem

    dalimov committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cf44f45 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    dalimov authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9320551 View commit details
    Browse the repository at this point in the history