scp No such file or directory
- by Joe
I've a confusing question for which superuser doesn't seem to have a good answer, and neither google.
I'm trying to scp a file from a remote server to my local machine. The command is this
scp user@server:/path/to/source/file.gz /path/to/destination
The error I get is:
scp: /path/to/source/file.gz: No such file or directory
user is my…