welaika / wordmove

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

SFTP Support #133

Closed regs79 closed 9 years ago

regs79 commented 9 years ago

Is there anyway to enable SFTP with wordmove?

I can't see any configuration option for it, but it seems like there should be one as photocopier has support.

endorama commented 9 years ago

Hi! Currently no ( @delphaber correct me if I'm wrong ).

Wordmove uses Photocopier gem at version 0.0.10, which does not support SFTP.

There is already an issue https://github.com/welaika/photocopier/issues/14 for SFTP support, has been implemented and Photocopier has been updated to 1.0.0-pre for testing. I didn't had time to test this myself, so is still pending.

If you'd like to test Wordmove with the new Photocopier you can report results on the Photocopier repository, so that gem is promoted to stable and Wordmove dependency is updated!

regs79 commented 9 years ago

Hi!

Thanks for the response. I'm not much of a Ruby guy but I think I've worked it out.

I installed the 1.0.0-pre initially but couldn't get wordmove to talk to it although I changed all references to the version.

What I ended up doing was going to looking at the changes in the last commit and added them manually to the 0.0.10 version of photocopier and it worked.

That's probably not enough for you to update, but I appreciate the advice. :+1:

delphaber commented 9 years ago

Thank you @endorama @regs79 :)

Next release of wordmove will use photocoper 1.0

gwelser commented 9 years ago

Any word on upgrading to Photocopier 1.0 so we can enable SFTP?

alessandro-fazzi commented 9 years ago

Sorry for the long waiting, but we are still waiting to schedule Wordmove's pre-release using the updates Photocopier...really sorry... I'll try to force a bit the schedule w/ my colleagues.

alessandro-fazzi commented 9 years ago

We're not on the way of a new release, but very close to a pre-release (installable via gem install wordmove --pre) in order to start to test it the easy way.

joeguilmette commented 9 years ago

That would be awesome! On Wed, Jul 1, 2015 at 12:16 AM Alessandro Fazzi notifications@github.com wrote:

We're not on the way of a new release, but very close to a pre-release (installable via gem install wordmove --pre) in order to start to test it the easy way.

— Reply to this email directly or view it on GitHub https://github.com/welaika/wordmove/issues/133#issuecomment-117264280.

alessandro-fazzi commented 9 years ago

@regs79 @gwelser @joeguilmette you could be interested in this: https://github.com/welaika/wordmove/issues/174#issuecomment-118370169

Enjoy testing :)

onlyskyguy commented 8 years ago

Is SFTP support still on schedule for next release?