Hi,
Here is the command to copy file from remote computer to local system through SSH shell.
> rcp -r root@12.345.67.890:/home/umamahesh/railsknowledge/ local_folder
Above command will connect to IP: 12.345.67.890 as root user and copy the files from railsknowledge to local folder 'local_folder'
When you run the above command you will be prompted to submit the password. Where you need to submit the root password.
Thank You,
Uma Mahesh.
No comments:
Post a Comment