wckr / wocker

Create your WordPress development environment in 3 SECONDS!

Home Page:https://wocker.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not wordmove pull via ftp

akiya64 opened this issue · comments

commented

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.

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

welaika/wordmove#40 (comment)

commented

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!

commented

Should we include lftp by default?

commented

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

commented

@akiya64 Thanks!