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

Add the ability to configure the ignorePassiveAddress option of the FTP adapter #12

Merged
merged 2 commits into from
May 22, 2019
Merged

Add the ability to configure the ignorePassiveAddress option of the FTP adapter #12

merged 2 commits into from
May 22, 2019

Conversation

jonag
Copy link
Contributor

@jonag jonag commented May 22, 2019

In order to use FlySystem in a dockerized FTPd dev environment, I need to configure the ignorePassiveAddress option of the FTP Apdater. However the bundle doesn't allow us to configure this option. This PR aims to fix that.

@tgalopin
Copy link
Member

Nice, thanks, I'll have a look!

It wasn't in the documentation so I missed it (https://flysystem.thephpleague.com/docs/adapter/ftp/). If you want, you can do a PR there to add the option in the doc :) !

@jonag
Copy link
Contributor Author

jonag commented May 22, 2019

Done in #1028 👍

@tgalopin
Copy link
Member

I realized when checking your PR that some FTP and SFTP tests were lacking: I took the opportunity of your PR to add them.

I also renamed ignorePassiveAddress to ignore_passive_address as the Symfony convention for YAML is usually to use snake case instead of camel case.

Thanks for your work :) !

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.

2 participants