magento / magento-cloud

Magento Cloud
Open Software License 3.0
205 stars 235 forks source link

Add compression to Magento-cloud scp command #517

Closed nbennett25 closed 3 years ago

nbennett25 commented 3 years ago

Hi - we use the magento-cloud scp command to copy down images from the remote pub/media directory, but it takes a loooong time - is it possible to add the scp compression flag (-C) to the magento cloud version? If there is a better/dedicated tool to download the media directory (similar to db:dump..?) that would also be helpful.

YPyltiai commented 3 years ago

Hi @nbennett25 , you could run scp command with the flag you need through SSH. Unfortunately there is no possibility to add this to magento-cloud CLI at this time. Please use scp through SSH if you need to customize the behavior.

Thanks!