File transfer
Hi. I want to know how to transfer a file using the command line. Every time i use:
"scp -r user@192.168.0.1:/home/username/
remoteFile.txt"
it copies to de actual directory, which is the remote linux one. I want to copy it to a windows directory using de command line. How can i do this?
"scp -r user@192.168.0.1:/home/username/
remoteFile.txt"
it copies to de actual directory, which is the remote linux one. I want to copy it to a windows directory using de command line. How can i do this?