I'm trying to copy some files that I have on the server to the local disk through the following command
scp [email protected]:media/lab7/Disk1/blast_out/*e0001_ssRNA_blast.out adrian@adrianuser:~/adrian/Documents/
but until now executing this command I have always obtained this answer
ssh: Could not resolve hostname adrianuser: Name or service not known lost connection
How can I copy them without giving me this error?
After most of the comments the problem was discovered, and that is that Adrian is my home so the command would be, scp [email protected]: media / lab7 / Disk1 / blast_out / * e0001_ssRNA_blast.out adrian @ adrianuser: ~ / Documents /
Thanks for the attention, Greetings