Remote copy of file from jump server to app sever

the task was to copy a file from jump_host server to app server 3 in nautilus project.
i used the following command

scp thor@jump_host: banner@stapp03<file_location>

@sohan

scp <file_location/filename> : banner@stapp03:/tmp and then move it to the specific location you want to move.

Or you can also copy to the specific location as asked in the task by changing permissions.

Either way you can do it.

1 Like

thank you for the solution. @Lakshmi