wckr / wocker

Create your WordPress development environment in 3 SECONDS!
https://wocker.dev/
MIT License
480 stars 42 forks source link

Can not wordmove pull via ftp #76

Closed akiya64 closed 6 years ago

akiya64 commented 6 years ago

I tried wordmove via ftp, but shows error "lftp not found" Because, Wordmove needs lftp package, but Wocker docker image does not include.

So I did apt-get update && apt-get install -y lftp for running wocker container, I can connect ftp server. But can not pull theme file, refuse connection error.

May need more settings for lftp, I'm investigating.

VesterDe commented 6 years ago

This helped me once, I don't know if it's universal:

https://github.com/welaika/wordmove/issues/40#issuecomment-15900578

akiya64 commented 6 years ago

Hi @VesterDe, I could pull theme via ftp by your helps. I Installed lftp package and echo "set ssl:verify-certificate no" >> ~/ .lftp.rc into container. Thanks!

ixkaito commented 6 years ago

Should we include lftp by default?

akiya64 commented 6 years ago

Yes, need include lftp package. I send PR for wckr/base-image.

ixkaito commented 6 years ago

@akiya64 Thanks!