Transferring Files: Difference between revisions

Jump to navigation Jump to search
 
Line 30: Line 30:
For example:
For example:
  scp exampleFile keloe@login.redbrick.dcu.ie:~/
  scp exampleFile keloe@login.redbrick.dcu.ie:~/
When it tries to authenticate you will be asked if you wish to continue, just say yes. You will then be asked for your password on computer2. In this case you would be asked for the password for your login to redbrick. The file will then be transfered from your computer to the redbrick server. ~/ after ":" which means that the file will go into my home directory. You could give a destination for where you want the file to go.
When it tries to authenticate you will be asked if you wish to continue, just say yes. You will then be asked for your password on computer2. In this case you would be asked for the password for your login to redbrick. The file will then be transfered from your computer to the redbrick server. I have ~/ after ":" which means that the file will go into my home directory. You could give a destination for where you want the file to go.


=== From Another Computer to Your Own ===
=== From Another Computer to Your Own ===

Navigation menu