I want to upload a file from a server to a local Linux machine. I use the following command
scp -r username@remote:/path/to/folder /dest/local/path
The file is successfully transferred, but the file is not displayed in my local folder. What is wrong with me?
Thank.
source
share