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

FTP doesn't work with PHP 8.1 #31

Closed
tobisalad opened this issue Sep 13, 2022 · 1 comment
Closed

FTP doesn't work with PHP 8.1 #31

tobisalad opened this issue Sep 13, 2022 · 1 comment

Comments

@tobisalad
Copy link

With PHP 8.1 when I try to backup to an ftp-server I get:

[FTP] error: cannot connect to <myftpserver.com> on port <21>
flydev-fr added a commit that referenced this issue Sep 13, 2022
@flydev-fr
Copy link
Owner

Hi and thanks for reporting it 👍. The reason is since php-8.1 an ftp resource was converted to an object.
I tested it and made a fix on the dev branch.

Screenshot 2022-09-14 011108

flydev-fr added a commit that referenced this issue Sep 15, 2022
fix: FTP resource is an object since PHP-8.1   #31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants