pantheon-systems / terminus-rsync-plugin

Terminus Plugin that provides a quick shortcut for rsync-ing files to and from a Pantheon site.
MIT License
18 stars 10 forks source link

Copy using Terminus-rsync not working for directory #2

Open sarbajitdutta opened 7 years ago

sarbajitdutta commented 7 years ago

I am trying to copy a directory to my private file path in my development instance and it keeps giving me error.

/usr/local/terminus/vendor/pantheon-systems/terminus/bin/terminus rsync ./csv vivo-dashboard.dev:./files/private/ -v

Failed with exit code 12.

I have verified the path exists in the server but still it keeps giving the error. When I tried fetching a file using the same plugin it worked perfectly.

Please help.