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

"Root" Parameter is not used in FTP Adapter #79

Open
sygo75 opened this issue Jan 17, 2021 · 1 comment
Open

"Root" Parameter is not used in FTP Adapter #79

sygo75 opened this issue Jan 17, 2021 · 1 comment

Comments

@sygo75
Copy link

sygo75 commented Jan 17, 2021

When creating the FTP Adapter, the "Root" Parameter is not passed to the adapter.
Result is that it is not working for configuration with initial root param.

@sygo75
Copy link
Author

sygo75 commented Jan 17, 2021

in File lib/Storage/FTP.php, adding root param gives proper initial instance of Adapter, but browsing in directories does not work.
`

    $this->adapter = new Adapter([
    'host' => $params['host'],
    'username' => $params['username'],
    'password' => $params['password'],
    'root' => $this->root,
    'port' => $this->port,
    'ssl' => $this->secure
  ]);

`

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

No branches or pull requests

1 participant