✓ Steps and commands to copy the files from one linux to another linux server
Scenario: Suppose, you want to copy the file from prod to dev server.
1. First, you have to login to Dev server with username and password.
2. change to path where you want to copy the file.
command: cd /ct-app/vijay
3. Type below ftp command to connect to prod server.
command: ftp c0356qe
4. It will ask you the password to enter. please type and press "enter" button.
5. change to path from where you need to copy the file to dev server.
command: cd /ct-app/logs
6. type below command to get the file copied to dev server.
command: get filename
7. once done, type below command to exit from the connect server (prod server).
command: bye