copy file from server into local machine on ubuntu OS.
Budget: $10 – $11 USD
I want to copy a folder from AWS into my local machine, I used the following command but I did not success:
Sudo scp -r -i passcode.pem ubuntu@13.127.124.129:/home/ubuntu/workspace .
in addition can I zip folder then copy it
can you help
Sudo scp -r -i passcode.pem ubuntu@13.127.124.129:/home/ubuntu/workspace .
in addition can I zip folder then copy it
can you help