Hi, I am trying to SCP a file but cannot succeed to get it. I am sure that code is correct but I got an error each time: The question ask : The password to get into this quiz can be obtained by using scp to copy a file. Do not use the -R or -r option for scp. If you do, your day will get worse. The file is located in a directory named mod4 in the remote user's home directory on the remote system in a file named mod4PW. The remote system has the IP 192.168.240.110. You will use the username scp with the password scp_password to scp the file. And this is what i have done below: scp scp@192.168.240.110:mod4PW . scp@192.168.240.110's password: scp: mod4PW: No such file or directory what i m doing wrong here?
Hi, I am trying to SCP a file but cannot succeed to get it. I am sure that code is correct but I got an error each time:
The question ask :
The password to get into this quiz can be obtained by using scp to copy a file. Do not use the -R or -r option for scp. If you do, your day will get worse.
The file is located in a directory named mod4 in the remote user's home directory on the remote system in a file named mod4PW.
The remote system has the IP 192.168.240.110.
You will use the username scp with the password scp_password to scp the file.
And this is what i have done below:
scp scp@192.168.240.110:mod4PW .
scp@192.168.240.110's password:
scp: mod4PW: No such file or directory
what i m doing wrong here?
Step by step
Solved in 2 steps with 2 images