welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 165 forks source link

FTPS stuck on "Getting files information (4%)" #489

Closed davidegiunchidiennea closed 6 years ago

davidegiunchidiennea commented 6 years ago

I'm trying to use wordmove with our FTPS server, when i run something like wordmove pull i can see that wordmove correctly login, but after that it gets blocked on Getting files information (4%) and [Delaying before reconnect: xx], with the counter that goes down but i always get the same result. If i try to login with my FTPS client, i can see the content of my wordperss. I've attached the screenshot of the error and my movefile.yml How can i make it working? movefile-yml.txt wordmove-ftps-error

Thank you, Regards

alessandro-fazzi commented 6 years ago

Hello there,

I read

host: ftp-share.mysite:990
#port: 990

have you already tried to remove port from the host and uncomment the other line, I guess?

alessandro-fazzi commented 6 years ago

Oh! wordmove's version? We have just released a new version with a quite big refactor in FTP adapter...don't know if you're having drawbacks from the last update. The bad thing is that I'll be off from work in 2 days :(

davidegiunchidiennea commented 6 years ago

Great!! now it works! I was using a wordmove version of 2-3 months ago, i've upgraded to 3.2.0 but after then i was receiving an error:

find: Fatal error: gnutls_handshake: An unexpected TLS packet was received.
mkdir: Fatal error: gnutls_handshake: An unexpected TLS packet was received.

then i've modified:

host: ftp-share.mysite:990

to:

host: ftp-share.mysite
port: 990

now it's working.

Thank you