Linux CLI - Networking Commands
You want to copy files from remote to local but accidentally run:
and get an error: "No such file or directory". What is the likely mistake?
scp user@remote:/path/file.txt /local/path/and get an error: "No such file or directory". What is the likely mistake?
