Hi
I have AWS free tier with ubuntu 18.04 server and installed odoo 12
I trying to upload custom addon from my PC(ubuntu 18.04) to AWS server by using the below command
scp -i /path/key.pem -r path/odoo-12.0/custom_addons/report_xlsx ubuntu@0.0.0.0:/path/odoo/custom_addons
but it shows a permission error
scp: path/odoo/custom_addons/report_xlsx: Permission denied
Help me to fix this ...
I just fixed this
Thank you all for trying to supporting me