Search This Blog

Showing posts with label ssh. Show all posts
Showing posts with label ssh. Show all posts

Tuesday, May 13, 2014

Copy files from Local to remote using ssh

In order to copy files from local to a remote system using ssh, there should be an  authorized user with a pem file. And also for that particular user in the remote system, there should be proper permissions for the destination.

Remote System

  • Login to the remote server using putty or through powershell.
  • Navigate to the destination folder
            > cd <destination>
  • Change the permissions using the below command
            > chmod -R 777 *