scp -i <identity_file> -r <local_path> user_name@<remote_address>:/<remote_directory>
scp -i ~/.ssh/myrandomkey.com /Users/sharath/Downloads/xyz.zip [email protected]:/tmp
scp -i <identity_file> -r <local_path> user_name@<remote_address>:/<remote_directory>
scp -i ~/.ssh/myrandomkey.com /Users/sharath/Downloads/xyz.zip [email protected]:/tmp