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

Problem sending the file do Copy/FTP #54

Closed
thiago-slb opened this issue Dec 1, 2015 · 2 comments
Closed

Problem sending the file do Copy/FTP #54

thiago-slb opened this issue Dec 1, 2015 · 2 comments

Comments

@thiago-slb
Copy link

I using https://github.com/GrahamCampbell/Laravel-Flysystem on my project with Copy and FTP, both are working fine, but when I try to php artisan backup:run (With FTP) I get this message:

[ErrorException]
ftp_connect(): php_network_getaddresses: getaddrinfo failed: Nome ou serviço desconhecido

And with Copy:

[BadMethodCallException]
Call to undefined method League\Flysystem\Filesystem::createDriver

What am I doing wrong? :)

@freekmurze
Copy link
Member

The error message indicates that the url you're connecting to is not ok. Are you sure the host specified in the ftp configuration exist?

@thiago-slb
Copy link
Author

It does exist, on the flysystem configuration file... the default laravel file doesn't have a Copy option.

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

2 participants