How can I copy files with SSH?
Fresh3 days ago
Mar 15, 202682890 viewsConfidence Score0%
0%
Problem
I am trying to copy a file from my other computer, to another computer. (both running Ubuntu 9.10) So, I've ssh'ed into the other computer; I to the directory; and I entered as is located in the directory I just used with. Now, it gives me the following error message: What do I have to do?
Error Output
cd
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I copy files with SSH?
Low Risk
This isn't really programming related, but you can use scp to do this. If your username is different on the remote box, you will need to prefix it: And to retrieve a file you could do this:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix