Hi,
I am trying to copy a file from the server to the local machine using the following command in PUTTY. But it is showing "No such file or directory". Can somebody help me resolve this issue
2. i have also tried to give the command this way
This time it shows that 100% transferred but i could not see any file in the specified path
I am trying to copy a file from the server to the local machine using the following command in PUTTY. But it is showing "No such file or directory". Can somebody help me resolve this issue
Code:
scp -r USERNAME@SERVER_NAME:PATH_IN_THE_SERVER: C:/Test
Code:
scp -r USERNAME@SERVER_NAME:PATH_IN_THE_SERVER: My IP Address\sharedpath
This time it shows that 100% transferred but i could not see any file in the specified path
Comment