Hi, I am using ubuntu.. I need to transfer files from my university's server to my home machine via TERMINAL... Can anybody please tell me what is the command for that? PS (Don't want to use filezilla)
You are in your house trying to download? OR you are in the university trying to send a file to your home PC? Which? scp - non interactive scp filelocal user@remote:. will copy the 'filelocal' into the home directory of 'user' on remote.
I am at home... if i do cp filename username@universityservername ~/Desktop it will copy my file to my desktop at university server ... I could not figure out scp filelocal user@remote.... i tried it...but it did nothing