Connect Amazon sever
Connect with AWS server
ssh -i h4h.pem ubuntu@partners.holidaysforhumanity.com
Make Zip folder
zip -r compressed_filename.zip foldername
Add folder
Mkdir folder name
Remove file
rm file-name
Rename file
mv payment.module payment.modulebkkkk
Copy file local to remote server
scp -r -i h4h.pem sites/all/themes/h4h/img/Simple-Plans.jpg.zip ubuntu@partners.holidaysforhumanity.com:/tmp
Copy file remote server to local
scp -r -i h4h.pem ubuntu@partners.holidaysforhumanity.com:/tmp/default.zip /var/www/html/h4h-live
ssh -i h4h.pem ubuntu@partners.holidaysforhumanity.com
Make Zip folder
zip -r compressed_filename.zip foldername
Add folder
Mkdir folder name
Remove file
rm file-name
Rename file
mv payment.module payment.modulebkkkk
Copy file local to remote server
scp -r -i h4h.pem sites/all/themes/h4h/img/Simple-Plans.jpg.zip ubuntu@partners.holidaysforhumanity.com:/tmp
Copy file remote server to local
scp -r -i h4h.pem ubuntu@partners.holidaysforhumanity.com:/tmp/default.zip /var/www/html/h4h-live
Comments
Post a Comment